From 317819bc3cf8757d8f0b9655867d0b6e593411b0 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 13 八月 2026 17:15:00 +0800
Subject: [PATCH] 报工台账去掉工时字段

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

diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index 28edda2..db5a34d 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -186,11 +186,11 @@
       prop: "nickName",
       width: 120,
     },
-    {
-      label: "宸ユ椂锛坔锛�",
-      width: 100,
-      prop: "workHour",
-    },
+    // {
+    //   label: "宸ユ椂锛坔锛�",
+    //   width: 100,
+    //   prop: "workHour",
+    // },
     {
       label: "宸ュ簭",
       prop: "process",

--
Gitblit v1.9.3