更新代码
This commit is contained in:
@ -57,6 +57,12 @@
|
||||
<template #zdrZt="{ row }">
|
||||
<DictTag :tag="false" :value="row.zdrZt" :options="D_GS_ZDQT_ZT" />
|
||||
</template>
|
||||
<template #zdrSsjz="{ row }">
|
||||
<DictTag :tag="false" :value="row.zdrSsjz" :options="D_GS_BK_SSJZ" />
|
||||
</template>
|
||||
<template #zdrSjjz="{ row }">
|
||||
<DictTag :tag="false" :value="row.zdrSjjz" :options="D_GS_BK_SSJZ" />
|
||||
</template>
|
||||
|
||||
<template #xtSjzt="{ row }">
|
||||
<div>
|
||||
@ -242,7 +248,21 @@ const searchConfiger = ref([
|
||||
placeholder: "请输入人员级别",
|
||||
showType: "select",
|
||||
options: D_GS_ZDR_RYJB
|
||||
}
|
||||
},
|
||||
{
|
||||
label: "所属警种",
|
||||
prop: "zdrSsjz",
|
||||
placeholder: "请选择所属警种",
|
||||
showType: "select",
|
||||
options: D_GS_BK_SSJZ
|
||||
},
|
||||
{
|
||||
label: "涉及警种",
|
||||
prop: "zdrSjjz",
|
||||
placeholder: "请选择涉及警种",
|
||||
showType: "select",
|
||||
options: D_GS_BK_SSJZ
|
||||
},
|
||||
]);
|
||||
const queryFrom = ref({});
|
||||
const pageData = reactive({
|
||||
@ -280,6 +300,8 @@ const pageData = reactive({
|
||||
},
|
||||
{ label: "审核状态", prop: "zdrZt", slotName: "zdrZt", width: 100 },
|
||||
{ label: "入库时间", prop: "zdrRkkssj" },
|
||||
{ label: "所属警种", prop: "zdrSsjz",slotName: "zdrSsjz", },
|
||||
{ label: "涉及警种", prop: "zdrSjjz",slotName: "zdrSjjz", },
|
||||
{
|
||||
label: "操作",
|
||||
prop: "controls",
|
||||
|
||||
Reference in New Issue
Block a user