'处理字典选择、展示处理'
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user