From 4d99e170c9d180a899aa0f805a721db829e12e4e Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 29 七月 2026 15:46:19 +0800
Subject: [PATCH] fix: 应急预案查阅列宽调整
---
src/views/safeProduction/emergencyPlanReview/index.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/safeProduction/emergencyPlanReview/index.vue b/src/views/safeProduction/emergencyPlanReview/index.vue
index c6ad69b..bf06b32 100644
--- a/src/views/safeProduction/emergencyPlanReview/index.vue
+++ b/src/views/safeProduction/emergencyPlanReview/index.vue
@@ -341,35 +341,35 @@
{
label: "搴旀�ラ妗堢紪鐮�",
prop: "planCode",
- width: 200,
+ minWidth: 200,
align: "center",
showOverflowTooltip: true,
},
{
label: "搴旀�ラ妗堝悕绉�",
prop: "planName",
- width: 180,
+ minWidth: 240,
align: "center",
showOverflowTooltip: true,
},
{
label: "鍙戝竷鐢熸晥鏃堕棿",
prop: "publishTime",
- width: 150,
+ minWidth: 160,
align: "center",
showOverflowTooltip: true,
},
{
label: "鏍稿績璐d换浜�",
prop: "coreResponsorUserName",
- width: 120,
+ minWidth: 140,
align: "center",
showOverflowTooltip: true,
},
{
label: "棰勬绫诲瀷",
prop: "planType",
- width: 150,
+ minWidth: 160,
align: "center",
showOverflowTooltip: true,
formatData: params => {
@@ -379,7 +379,7 @@
{
label: "澶囨敞",
prop: "remark",
- width: 150,
+ minWidth: 220,
align: "center",
showOverflowTooltip: true,
},
--
Gitblit v1.9.3