From 9090bb7dad196dfb3f60530491b21919c55c68e0 Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期一, 28 四月 2025 18:40:58 +0800 Subject: [PATCH] 合并最新dev解决冲突 --- 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