From fc62e83f73b4b8ff4714f995da4eafbb7f525d1a Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期二, 18 八月 2026 23:30:10 +0800
Subject: [PATCH] feat(table): 统一表格日期字段展示格式为YYYY-MM-DD

---
 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