From d8ee4bb34d90a5b21859b511009a2869c2824c53 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Tue, 20 Jan 2026 15:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=84=E5=90=88=E9=A2=84?= =?UTF-8?q?=E8=AD=A6=EF=BC=8C=E8=A1=8C=E4=B8=BA=E9=A2=84=E8=AD=A6=EF=BC=8C?= =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E9=A2=84=E8=AD=A6=E7=9A=84=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=EF=BC=8C=E5=92=8C=E4=BF=AE=E6=94=B9=E5=B1=95=E5=BC=80=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../warningControl/behaviorWarning/index.vue | 46 ++++++++--------- .../behaviorWarning/item/items.vue | 15 ++++-- .../warningControl/combinedWarning/index.vue | 45 ++++++++--------- .../combinedWarning/item/items.vue | 12 +++-- .../warningControl/identityWarning/index.vue | 50 +++++++++---------- .../identityWarning/item/items.vue | 24 ++++----- 6 files changed, 97 insertions(+), 95 deletions(-) diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/index.vue index 6cc825f..50a4d32 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/index.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/index.vue @@ -26,7 +26,7 @@ -
+
@@ -148,20 +148,16 @@ const pageData = reactive({ pageSize: 20, pageCurrent: 1 }, //分页 - controlsWidth: 160, //操作栏宽度 + controlsWidth: 220, //操作栏宽度 tableColumn: [ + { label: "状态", prop: "czzt", showSolt: true }, + { label: "预警时间", prop: "yjsj" }, { label: "姓名", prop: "xm" }, - { label: "身份证号", prop: "sfzh", width: 200 }, - // { label: "电话", prop: "dh", width: 150 }, - { label: "行为大类", prop: "xldlmc" }, - { label: "行为子类", prop: "xwzlmc", showOverflowTooltip: true }, - { label: "行为描述", prop: "xwms", showOverflowTooltip: true }, - { label: "行为次数", prop: "xwcs", showSolt: true }, - { label: "行为颜色", prop: "bqys", showSolt: true }, - { label: "行为分值", prop: "xwfz", }, - { label: "处置状态", prop: "czzt", showSolt: true }, - { label: "所属县局", prop: "ssxgaj" }, - { label: "处置单位", prop: "ssbm" }, + { label: "身份证号", prop: "sfzh" }, + { label: "标签", prop: "yjbqmc" }, + { label: "接收单位", prop: "ssbm" }, + { label: "活动频次", prop: "xwcs", showSolt: true }, + { label: "预警分值", prop: "xwfz", }, ] }); @@ -359,17 +355,14 @@ const handleChooseData = (val) => { } const exportExl = () => { const titleObj = { + czzt_cname: "状态", + yjsj: "预警时间", xm: "姓名", sfzh: "身份证号", - dh: "电话", - xldlmc: "行为大类", - xwzlmc: "行为子类", - xwms: "行为描述", - xwcs: "行为次数", - bqys_cname: "行为颜色", - xwfz: "行为分值", - czzt_cname: "处置状态", - ssbm: "所属县局", + yjbqmc: "标签", + ssbm: "接收单位", + sfcs: "活动频次", + sffz: "预警分值", } /** 导出【选中】的数据 (没有就全部)*/ const needArr = selectRows.value?.length > 0 ? selectRows.value : pageData.tableData @@ -386,7 +379,7 @@ const exportExl = () => { - diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/item/items.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/item/items.vue index 06753af..549719b 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/item/items.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/item/items.vue @@ -11,9 +11,8 @@
建议内容:{{ it.jynr || '暂无' }}
- +
- 反馈内容
@@ -28,13 +27,13 @@
- +
diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue index 5f4ffe1..eedc7ed 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue @@ -26,7 +26,7 @@ -
+
@@ -40,7 +40,7 @@ @@ -141,19 +141,14 @@ const pageData = reactive({ }, controlsWidth: 200, tableColumn: [ + { label: "状态", prop: "czzt", showSolt: true }, + { label: "预警时间", prop: "yjsj"}, { label: "姓名", prop: "xm" }, - { label: "身份证号", prop: "sfzh" , width: 200 }, - // { label: "电话", prop: "dh" }, - { label: "预警标签", prop: "yjbqmc" }, - // { label: "组合大类", prop: "sfdlmc" }, - // { label: "组合小类", prop: "sfzlmc" }, - { label: "组合次数", prop: "sfcs", showSolt: true }, - { label: "标签颜色", prop: "bqys", showSolt: true }, - { label: "预警时间", prop: "yjsj" , width: 200 }, + { label: "身份证号", prop: "sfzh" }, + { label: "标签", prop: "yjbqmc" }, + { label: "接收单位", prop: "ssbm" }, + { label: "活动频次", prop: "sfcs" }, { label: "预警分值", prop: "sffz" }, - { label: "处置状态", prop: "czzt", showSolt: true }, - { label: "所属县局", prop: "ssxgaj" }, - { label: "处置单位", prop: "ssbm" }, ] }); @@ -344,19 +339,15 @@ const handleChooseData = (val) => { selectRows.value = val } const exportExl = () => { - const titleObj = { + czzt_cname: "状态", + yjsj: "预警时间", xm: "姓名", sfzh: "身份证号", - dh: "电话", - sfdlmc: "组合大类", - sfzlmc: "组合小类", - sfcs: "组合次数", - bqys_cname: "标签颜色", - yjsj: "预警时间", + yjbqmc: "标签", + ssbm: "接收单位", + sfcs: "活动频次", sffz: "预警分值", - czzt_cname: "处置状态", - ssbm: "所属县局", } /** 导出【选中】的数据 (没有就全部)*/ const needArr = selectRows.value?.length > 0 ? selectRows.value : pageData.tableData @@ -373,9 +364,17 @@ const exportExl = () => { - diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/item/items.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/item/items.vue index cdbd99d..e9d36ac 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/item/items.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/item/items.vue @@ -1,6 +1,5 @@