From 8240a54ce34e260b3c1ef5314025f974e7f94ab2 Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期一, 28 四月 2025 15:37:30 +0800
Subject: [PATCH] 钣金详细计划:调整列宽
---
src/views/mainPlan/plateProcessStat/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/mainPlan/plateProcessStat/index.vue b/src/views/mainPlan/plateProcessStat/index.vue
index f8e8ce9..9ccb0db 100644
--- a/src/views/mainPlan/plateProcessStat/index.vue
+++ b/src/views/mainPlan/plateProcessStat/index.vue
@@ -170,20 +170,20 @@
{
title: '璁″垝寮�宸ユ棩',
field: 'processPlanStartDaytxt',
- width: 140,
+ width: 200,
type:'html'
},
{
title: '璁″垝瀹屽伐鏃�',
field: 'processPlanEndDaytxt',
- width: 140,
- type:'html'
+ width: 200,
+ type: 'html'
},
{
title: '璁㈠崟瀹屽伐鏃�',
field: 'orderPlanEndDay',
- width: 120,
- format: 'YYYY-MM-DD'
+ width: 200,
+ format: 'YYYY-MM-DD HH:mm:ss'
}
]);
--
Gitblit v1.9.3