From 2dfc925753ab6003bdd9038515db65d0ce4fbc98 Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期一, 28 四月 2025 17:01:16 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.50.149:8085/r/aps-kj-web into 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