From 606184075b196bbde07955f9b93203d777b3a52e Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Sun, 25 Jan 2026 19:02:53 +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 --- .../warningControl/fouColorWarning/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index.vue index 9387188..d17f89c 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index.vue @@ -90,19 +90,19 @@ const pageData = reactive({ pageSize: 20, pageCurrent: 1 }, //分页 - controlsWidth: 160, //操作栏宽度 + controlsWidth: 100, //操作栏宽度 tableColumn: [ { label: "预警图片", prop: "yjtp", showSolt: true, width: 100 }, - { label: "姓名", prop: "ryxm" }, - { label: "身份证号", prop: "rysfzh", width: 170 }, { label: "预警标签", prop: "yjbq", width: 120 }, { label: "预警地址", prop: "yjdz" }, { label: "预警级别", prop: "yjjb", showSolt: true, width: 85 }, { label: "预警类别", prop: "yjlb", showSolt: true }, - { label: "来源类型", prop: "yjLylx", showSolt: true }, + { label: "来源类型", prop: "yjLylx", showSolt: true,width: 100 }, { label: "预警时间", prop: "yjsj", width: 200 }, { label: "所属部门", prop: "ssbm" }, - { label: "车牌号", prop: "cph" }, + { label: "姓名", prop: "ryxm",width: 100 }, + { label: "身份证号", prop: "rysfzh", width: 170 }, + { label: "车牌号", prop: "cph" ,width: 100}, ] });