From f5a93bf9f0be9178005ba3f53d8e27502eb8709d Mon Sep 17 00:00:00 2001
From: zhang_nuo <zhang_12370@163.com>
Date: 星期二, 18 八月 2026 06:45:40 +0800
Subject: [PATCH] refactor: 临时隐藏多个业务模块的备注及非核心字段

---
 src/views/productionManagement/productStructure/index.vue |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/views/productionManagement/productStructure/index.vue b/src/views/productionManagement/productStructure/index.vue
index e05ed3c..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,11 +150,11 @@
       prop: "version",
       width: 100,
     },
-    {
-      label: "澶囨敞",
-      prop: "remark",
-      minWidth: 160,
-    },
+    // {
+    //   label: "澶囨敞",
+    //   prop: "remark",
+    //   minWidth: 160,
+    // },
     {
       dataType: "action",
       label: "鎿嶄綔",

--
Gitblit v1.9.3