From 8b34dba4643c1f7aefaa9a28a19019d02596d119 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Sun, 25 Jan 2026 12:39:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/localWarning.vue | 8 +- .../warningList/portraitWarning/index.vue | 125 +++++------------- .../components/localWarning.vue | 2 + .../warningList/vehicleWarning/index.vue | 58 +++----- 4 files changed, 54 insertions(+), 139 deletions(-) diff --git a/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/localWarning.vue b/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/localWarning.vue index 1a51b08..f8c3041 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/localWarning.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/localWarning.vue @@ -142,10 +142,11 @@ const pageData = reactive({ { label: "处置状态", prop: "czzt", showSolt: true }, { label: "预警时间", prop: "yjSj", showOverflowTooltip: true, width: 200 }, { label: "姓名", prop: "yjRyxm" }, + { label: "性别", prop: "xb", showSolt: true, width: 80 }, { label: "年龄", prop: "nl", showSolt: true, width: 80 }, { label: "数据来源", prop: "yjLylx", showOverflowTooltip: true, showSolt: true }, { label: "身份证", prop: "yjRysfzh", showOverflowTooltip: true, width: 200 }, - // { label: "预警级别", prop: "yjJb", showSolt: true }, + { label: "预警级别", prop: "yjJb", showSolt: true }, { label: "相似度", prop: "xsd", showSolt: true }, // { label: "布控车牌号", prop: "yjClcph", showOverflowTooltip: true }, { label: "所属部门", prop: "ssbm", showOverflowTooltip: true }, @@ -156,9 +157,6 @@ const pageData = reactive({ /** 选中项 */ const selectRows = ref([]) - - - onMounted(() => { let str = getItem('deptId') ? getItem('deptId')[0].deptLevel : '' permission_sfqs.value = str.startsWith('2'||'3') ? false : true; @@ -168,7 +166,6 @@ onMounted(() => { return ['JS_666666','JS_777777','JS_888888'].includes(item.roleCode) }) roleCode.value = obj ? true : false; - // tabHeightFn(); getList() }); @@ -191,6 +188,7 @@ const getList = (val) => { pageCurrent: pageData.pageConfiger.pageCurrent, pageSize: pageData.pageConfiger.pageSize } + delete promes.times; tbYjxxGetPageList(promes).then((res) => { pageData.tableData = res.records.map(item => { return { diff --git a/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/index.vue index 649e0fc..ffd65b2 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/index.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/index.vue @@ -1,51 +1,14 @@