From 89831622ebd457ccef9e137a2635cf7cac03d971 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sat, 03 Feb 2024 13:53:49 +0800
Subject: [PATCH] 表格宽度
---
src/views/publicSecurity/ninePlaceManage/situationRectification.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/views/publicSecurity/ninePlaceManage/situationRectification.vue b/src/views/publicSecurity/ninePlaceManage/situationRectification.vue
index d37f2aa..ccf9d06 100644
--- a/src/views/publicSecurity/ninePlaceManage/situationRectification.vue
+++ b/src/views/publicSecurity/ninePlaceManage/situationRectification.vue
@@ -95,6 +95,7 @@
label: "存在安全隐患或违法行为",
prop: "hiddenDanger",
align: 'center',
+ width: 280
}, {
label: "是否下发《责令改正通知书》或是否处罚",
prop: "rectificationNoticeFlag",
@@ -108,7 +109,8 @@
label: "是",
value: 2,
}
- ]
+ ],
+ width: 140
},
{
label: "是否整改完毕",
@@ -128,14 +130,17 @@
search: true,
searchSpan: 4,
searchLabelWidth: 124,
+ width: 100
}, {
label: "完成整改时限",
prop: "rectificationEndTime",
align: 'center',
+ width: 100
}, {
label: "检查时间",
prop: "createTime",
align: 'center',
+ width: 100
}, {
label: "派出所名称",
prop: "deptName",
--
Gitblit v1.9.3