From 553dfb0714e78ca05a62fcf352cc1da2c0be5b70 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期三, 27 十一月 2024 09:49:21 +0800
Subject: [PATCH] 更新

---
 代码管理/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue |   31 +++++++++++--------------------
 1 files changed, 11 insertions(+), 20 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue"
index 639d4de..75fca33 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue"
@@ -69,32 +69,23 @@
           required: true,
           field: "locationType",
           type: "select",
-          dataKey:"",
-          data:[
-            {key:1,value:'姝e父璐т綅'},
-            {key:2,value:'鏆傚瓨浣�'},
-            {key:3,value:'鎻愬崌鏈�'},
-            {key:4,value:'杈撻�佺嚎'},
-            {key:5,value:'缁勭珛鏈�'},
-          ]
+          dataKey: "locationTypeEnum",
+          data: [],
         },
-         {
+        {
           title: "绂佺敤鐘舵��",
           required: true,
           field: "enableStatus",
           type: "select",
-          dataKey:"",
-          data:[
-            {key:0,value:'姝e父'},
-            {key:1,value:'绂佺敤'},
-          ]
+          dataKey: "enableStatusEnum",
+          data: [],
         },
         {
           title: "鍖哄煙涓婚敭",
           required: true,
           field: "areaId",
           type: "string",
-          hidden:true,
+          hidden: true,
         },
         // {
         //   title: "宸烽亾缂栧彿",
@@ -118,7 +109,7 @@
           dataKey: "locationTypeEnum",
           data: [],
         },
-         {
+        {
           title: "璐т綅鐘舵��",
           field: "locationStatus",
           type: "selectList",
@@ -143,12 +134,12 @@
         title: "鍖哄煙涓婚敭",
         type: "string",
         width: 90,
-        hidden:true,
+        hidden: true,
         align: "left",
         bind: {
           key: "areainfo",
-          data: []
-        }
+          data: [],
+        },
       },
       {
         field: "locationCode",
@@ -209,7 +200,7 @@
         type: "string",
         width: 120,
         align: "left",
-        bind:{key: "locationTypeEnum", data: []}
+        bind: { key: "locationTypeEnum", data: [] },
       },
       {
         field: "locationStatus",

--
Gitblit v1.9.3