From 01030b05f7ea9b14878102718a2004b4f908dcfc Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期三, 28 五月 2025 11:15:12 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
index 39b9366..138c4ac 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
@@ -46,7 +46,7 @@
         { title: "绂佺敤鐘舵��", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],},
       ],
       [
-        { title: "璐т綅鐘舵��", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: [],},
+        { title: "璐т綅鐘舵��", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],},
       ],
     ]);
     const columns = ref([
@@ -66,10 +66,7 @@
         type: "string",
         width: 90,
         align: "left",
-        bind: {
-          key: "areainfo",
-          data: []
-        }
+        bind: {key: "areainfo",data: []}
       },
       {
         field: "locationCode",
@@ -161,6 +158,7 @@
         type: "datetime",
         width: 160,
         align: "left",
+        sort: true,
       },
       {
         field: "modifier",
@@ -175,6 +173,7 @@
         type: "datetime",
         width: 160,
         align: "left",
+        sort: true,
       },
       {
         field: "remark",

--
Gitblit v1.9.3