From 644819a289399eff1d5972c3df41ec55cb9d8c95 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期二, 17 三月 2026 16:57:00 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/RuiShengZhiNeng/GaoPuLiTiKu

---
 代码管理/WCS/WIDESEAWCS_Client/src/views/basicinfo/kLSLocationInfo.vue |   18 ++----------------
 1 files changed, 2 insertions(+), 16 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/kLSLocationInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/kLSLocationInfo.vue"
index 3ff576a..73cd0ee 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/kLSLocationInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/kLSLocationInfo.vue"
@@ -195,13 +195,7 @@
       [
         { title: "宸烽亾缂栧彿", field: "roadwayNo", type: "like" },
         { title: "璐т綅绫诲瀷", field: "locationType", type: "select",
-            data: [
-              { key: "0", value: "鏈畾涔�" },
-              { key: "1", value: "灏忔墭鐩�" },
-              { key: "2", value: "涓墭鐩�" },
-              { key: "3", value: "澶ф墭鐩�" },
-              { key: "4", value: "鐗瑰ぇ鎵樼洏" },
-            ],
+          dataKey:"LocationTypeEnum",
         },
         { title: "璐т綅鐘舵��", field: "locationStatus", type: "select",
             data: [
@@ -303,15 +297,7 @@
         type: "select",
         width: 100,
         align: "left",
-        bind: {
-          key: "value",
-          data: [
-            { key: "0", value: "鏈畾涔�" },
-            { key: "1", value: "灏忔墭鐩�" },
-            { key: "2", value: "涓墭鐩�" },
-            { key: "3", value: "澶ф墭鐩�" },
-            { key: "4", value: "鐗瑰ぇ鎵樼洏" },
-          ],
+        bind: {key:"LocationTypeEnum",data:[]
         },
       },
       {

--
Gitblit v1.9.3