'处理字典选择、展示处理'

This commit is contained in:
esacpe
2025-09-25 11:59:44 +08:00
parent 95b4d843a4
commit c9c6a2789c
12 changed files with 67 additions and 144 deletions

View File

@ -14,6 +14,9 @@
<template #bxxLx="{ row }">
<DictTag :value="row.bxxLx" :tag="false" :options="D_BZ_BXDLX" />
</template>
<template #ksfs="{ row }">
<DictTag :value="row.ksfs" :options="D_BAXX_KSFS" />
</template>
<!-- 操作 -->
<template #controls="{ row }">
<el-link type="primary" @click="addEdit('view', row)">详情</el-link>
@ -79,7 +82,7 @@ const pageData = reactive({
{ label: "考试时间", prop: "kssj" },
{ label: "监考民警", prop: "jkmj" },
{ label: "考试地址", prop: "ksdz" },
{ label: "考试方式", prop: "ksfs" },
{ label: "考试方式", prop: "ksfs", showSolt: true },
]
});
@ -111,7 +114,7 @@ const getList = async () => {
}, `/mosty-base/baxx/ksgl/page`)
if(res) {
pageData.tableData = [{}];
pageData.tableData = res.records || [];
pageData.total = res.total;
}
} finally {