From 716b64bf299622a3d0dad0d3cc4e1e2e4306bd7f Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 26 八月 2026 15:40:20 +0800
Subject: [PATCH] fix(monitor): 修正操作时间选择器的日期格式

---
 src/views/productionManagement/workOrderManagement/index.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/views/productionManagement/workOrderManagement/index.vue b/src/views/productionManagement/workOrderManagement/index.vue
index c89ed7b..a0ed7fc 100644
--- a/src/views/productionManagement/workOrderManagement/index.vue
+++ b/src/views/productionManagement/workOrderManagement/index.vue
@@ -336,16 +336,16 @@
       slot: "completionStatus",
       width: "140",
     },
-    {
-      label: "璁″垝寮�濮嬫椂闂�",
-      prop: "planStartTime",
-      width: "140",
-    },
-    {
-      label: "璁″垝缁撴潫鏃堕棿",
-      prop: "planEndTime",
-      width: "140",
-    },
+    // {
+    //   label: "璁″垝寮�濮嬫椂闂�",
+    //   prop: "planStartTime",
+    //   width: "140",
+    // },
+    // {
+    //   label: "璁″垝缁撴潫鏃堕棿",
+    //   prop: "planEndTime",
+    //   width: "140",
+    // },
     {
       label: "瀹為檯寮�濮嬫椂闂�",
       prop: "actualStartTime",

--
Gitblit v1.9.3