From 95b6a6388e4cc4e6ed0f54cc04212a86cd8cf829 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期五, 23 五月 2025 13:37:09 +0800
Subject: [PATCH] 1、用户管理新增和编辑用户时设置工单为必填项 2、新增终端登录、首页、设备点检、故障上报、上下班打卡、停机原因维护页面(未与后端联调且客户未确定页面设计)并调整全局路由守卫相关逻辑 3、调整设备结构树设备层级和车间层级区分的判断条件 4、调整电子样板检索与部件借用弹窗列表与搜索区域样式

---
 src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue b/src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue
index 69dc447..7767d90 100644
--- a/src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue
+++ b/src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue
@@ -47,8 +47,8 @@
           </a-form-model-item>
         </a-col>
         <a-col :span="12">
-          <a-form-model-item label="缁撴瀯绫诲瀷">
-            <a-input v-model="model.structureType" placeholder="璇疯緭鍏ョ粨鏋勭被鍨�"></a-input>
+          <a-form-model-item label="鏉愯川">
+            <a-input v-model="model.structureType" placeholder="璇疯緭鍏ユ潗璐�"></a-input>
           </a-form-model-item>
         </a-col>
       </a-row>
@@ -115,11 +115,6 @@
           add: '/nc/component/add',
           edit: '/nc/component/edit'
         }
-      }
-    },
-    computed: {
-      formDisabled() {
-        return this.disabled
       }
     },
     created() {

--
Gitblit v1.9.3