From f51582d5b4b498f28513f215f91828ef181df4a1 Mon Sep 17 00:00:00 2001 From: Huangxiaoqiang-03 <1247017146@qq.com> Date: 星期三, 06 十一月 2024 17:16:09 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 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 6bc9995..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" @@ -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