From 868d5161e02946de2ced04ea4ec3697a1eb8a370 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期二, 28 七月 2026 16:53:26 +0800
Subject: [PATCH] fix: 列宽调整
---
src/views/safeProduction/emergencyPlanReview/index.vue | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/src/views/safeProduction/emergencyPlanReview/index.vue b/src/views/safeProduction/emergencyPlanReview/index.vue
index 1850c18..cd3c020 100644
--- a/src/views/safeProduction/emergencyPlanReview/index.vue
+++ b/src/views/safeProduction/emergencyPlanReview/index.vue
@@ -332,26 +332,36 @@
{
label: "搴旀�ラ妗堢紪鐮�",
prop: "planCode",
+ width: 200,
+ align: "center",
showOverflowTooltip: true,
},
{
label: "搴旀�ラ妗堝悕绉�",
prop: "planName",
+ width: 180,
+ align: "center",
showOverflowTooltip: true,
},
{
label: "鍙戝竷鐢熸晥鏃堕棿",
prop: "publishTime",
+ width: 150,
+ align: "center",
showOverflowTooltip: true,
},
{
label: "鏍稿績璐d换浜�",
prop: "coreResponsorUserName",
+ width: 120,
+ align: "center",
showOverflowTooltip: true,
},
{
label: "棰勬绫诲瀷",
prop: "planType",
+ width: 150,
+ align: "center",
showOverflowTooltip: true,
formatData: params => {
return emergencyPlanTypeLabel(params);
@@ -360,6 +370,8 @@
{
label: "澶囨敞",
prop: "remark",
+ width: 150,
+ align: "center",
showOverflowTooltip: true,
},
{
@@ -367,7 +379,7 @@
label: "鎿嶄綔",
align: "center",
fixed: "right",
- width: 200,
+ width: 120,
operation: [
{
name: "缂栬緫",
--
Gitblit v1.9.3