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/productStructure/index.vue |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/views/productionManagement/productStructure/index.vue b/src/views/productionManagement/productStructure/index.vue
index 284921a..347cddc 100644
--- a/src/views/productionManagement/productStructure/index.vue
+++ b/src/views/productionManagement/productStructure/index.vue
@@ -61,14 +61,14 @@
                     placeholder="璇疯緭鍏ョ増鏈彿"
                     clearable />
         </el-form-item>
-        <el-form-item label="澶囨敞"
-                      prop="remark">
-          <el-input v-model="form.remark"
-                    type="textarea"
-                    :rows="3"
-                    placeholder="璇疯緭鍏ュ娉�"
-                    clearable />
-        </el-form-item>
+<!--        <el-form-item label="澶囨敞"-->
+<!--                      prop="remark">-->
+<!--          <el-input v-model="form.remark"-->
+<!--                    type="textarea"-->
+<!--                    :rows="3"-->
+<!--                    placeholder="璇疯緭鍏ュ娉�"-->
+<!--                    clearable />-->
+<!--        </el-form-item>-->
       </el-form>
       <template #footer>
         <el-button type="primary"
@@ -150,17 +150,17 @@
       prop: "version",
       width: 100,
     },
-    {
-      label: "澶囨敞",
-      prop: "remark",
-      minWidth: 160,
-    },
+    // {
+    //   label: "澶囨敞",
+    //   prop: "remark",
+    //   minWidth: 160,
+    // },
     {
       dataType: "action",
       label: "鎿嶄綔",
       align: "center",
       fixed: "right",
-      width: 150,
+      width: 250,
       operation: [
         {
           name: "澶嶅埗",

--
Gitblit v1.9.3