更新页面

This commit is contained in:
2025-07-21 16:14:09 +08:00
parent fdf75c11d2
commit 211b947c3c
19 changed files with 609 additions and 349 deletions

View File

@ -128,7 +128,7 @@ const formData = ref([
{ label: "群体成立时间", prop: "qtClsj", type: "date" },
{ label: "群体标签", prop: "bqList", type: "slot", width: "100%" },
{ label: "两群采集录入", prop: "lqxxList", type: "slot", width: "100%" },
{ label: "管辖单位", prop: "gxSsbmdm",depMc:'gxSsbmmc', type: "department" },
{ label: "管辖单位", prop: "gxSsdwdm",depMc:'gxSsdwmc', type: "department" },
{ label: "入库开始时间", prop: "zdrRkkssj", type: "datetime" },
{ label: "入库截至时间", prop: "zdrRkjssj", type: "datetime" },
{ label: "列控原因", prop: "zdrLkyy", type: "textarea",width: "100%" },

View File

@ -70,7 +70,7 @@
<div class="flex one_text_detail">创建单位{{ row.xtCjbmmc }}</div>
</template>
<template #gkxx="{ row }">
<div class="flex one_text_detail">管辖单位{{ row.gxSsbmmc }}</div>
<div class="flex one_text_detail">管辖单位{{ row.gxSsdwmc }}</div>
<div class="flex one_text_detail">列控原因{{ row.zdrLkyy }}</div>
<div class="flex one_text_detail">开始时间{{ row.zdrRkkssj }}</div>
<div class="flex one_text_detail">截至时间{{ row.zdrRkjssj }}</div>