From 3849263b31a16a91ff08acaa42786ecfde76f33c Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期四, 27 十一月 2025 20:18:08 +0800
Subject: [PATCH] 提交

---
 ui/admin-ui3/src/views/tms/tmsProject/index.vue |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/ui/admin-ui3/src/views/tms/tmsProject/index.vue b/ui/admin-ui3/src/views/tms/tmsProject/index.vue
index 6db1da5..e582100 100644
--- a/ui/admin-ui3/src/views/tms/tmsProject/index.vue
+++ b/ui/admin-ui3/src/views/tms/tmsProject/index.vue
@@ -111,12 +111,7 @@
         projectCode: {
           label: '椤圭洰缂栧彿',
           display: true,
-          rules: [
-            {
-              required: true,
-              message: "椤圭洰缂栧彿涓嶈兘涓虹┖", trigger: "blur"
-            }
-          ],
+
         },
         relatedCustomerId: {
           label: '鍏宠仈瀹㈡埛',
@@ -283,7 +278,7 @@
       column:{
         status: {
           label: '鐘舵��',dataType: 'string',
-          type: 'radio', dicUrl: '/system/dict/data/type/data_status',
+          type: 'radio', dicUrl: '/system/dict/data/type/project_status',
           addDisplay: false,minWidth: 150,
           editDisplay: false,
           viewDisplay: true,
@@ -353,7 +348,7 @@
     },
     status: {
       label: '鐘舵��',dataType: 'string',
-      type: 'radio', dicUrl: '/system/dict/data/type/data_status',
+      type: 'radio', dicUrl: '/system/dict/data/type/project_status',
       display: false,minWidth: 150,
       search: true,
     },

--
Gitblit v1.8.0