From 312b57c8990c5090da1f9d3df663234ef602e970 Mon Sep 17 00:00:00 2001
From: Zhu Zhonghua <zhonghua@qq.com>
Date: 星期六, 19 四月 2025 13:12:05 +0800
Subject: [PATCH] 调整列宽

---
 src/views/mainPlan/plateProcessStat/index.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/views/mainPlan/plateProcessStat/index.vue b/src/views/mainPlan/plateProcessStat/index.vue
index 39326ea..d2169d9 100644
--- a/src/views/mainPlan/plateProcessStat/index.vue
+++ b/src/views/mainPlan/plateProcessStat/index.vue
@@ -140,50 +140,50 @@
   {
     title: '宸ュ簭鍚嶇О',
     field: 'processName',
-    width: 250,
   },
   {
     title: '宸ュ簭鍙�',
     field: 'routeProcessNumberTxt',
-    width: 150,
+    width: 100,
   },
   {
     title: '褰撳墠宸ュ簭鍙�',
     field: 'currentProcessNumberTxt',
-    width: 150,
+    width: 100,
   },
   {
     title: '鐢熶骇鏁伴噺',
     field: 'productionQuantity',
-    width: 100,
+    width: 80,
   },
   {
     title: '鏍囧噯宸ユ椂',
     field: 'standardTime',
-    width: 100,
+    width: 80,
   },
   {
     title: '宸ュ簭鎬诲伐鏃�',
     field: 'processTotalTime',
-    width: 100,
+    width: 80,
 
   },
   {
     title: '璁″垝寮�宸ユ棩',
     field: 'processPlanStartDaytxt',
-    width: 200,
+    width: 140,
     type:'html'
   },
   {
     title: '璁″垝瀹屽伐鏃�',
     field: 'processPlanEndDaytxt',
-    width: 200,
+    width: 140,
     type:'html'
   },
   {
     title: '璁㈠崟瀹屽伐鏃�',
     field: 'orderPlanEndDay',
-    width: 200,
+    width: 120,
+    format: 'YYYY-MM-DD'
   }
 ]);
 

--
Gitblit v1.9.3