From 195770f92f7d739ffba6447fdbf3a3d5b9e009fa Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期五, 24 四月 2026 16:32:57 +0800
Subject: [PATCH] fix(生产订单): 修复绑定工艺路线时的材料规格验证和显示问题

---
 src/views/personnelManagement/contractManagement/index.vue |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/src/views/personnelManagement/contractManagement/index.vue b/src/views/personnelManagement/contractManagement/index.vue
index 1d2aab7..d947c5b 100644
--- a/src/views/personnelManagement/contractManagement/index.vue
+++ b/src/views/personnelManagement/contractManagement/index.vue
@@ -127,24 +127,24 @@
     label: "鎴风睄浣忓潃",
     prop: "nativePlace",
   },
-  {
-    label: "宀椾綅",
-    prop: "postJob",
-  },
-  {
-    label: "鐜颁綇鍧�",
-    prop: "adress",
-    width: 200
-  },
-  {
-    label: "绗竴瀛﹀巻",
-    prop: "firstStudy",
-  },
-  {
-    label: "涓撲笟",
-    prop: "profession",
-    width: 100
-  },
+  // {
+  //   label: "宀椾綅",
+  //   prop: "postJob",
+  // },
+  // {
+  //   label: "鐜颁綇鍧�",
+  //   prop: "adress",
+  //   width: 200
+  // },
+  // {
+  //   label: "绗竴瀛﹀巻",
+  //   prop: "firstStudy",
+  // },
+  // {
+  //   label: "涓撲笟",
+  //   prop: "profession",
+  //   width: 100
+  // },
   {
     label: "骞撮緞",
     prop: "age",

--
Gitblit v1.9.3