From 72390e0230b64cd43fedf0ba8e17aba097568a4a Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期四, 26 六月 2025 16:36:13 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" index e00d8b9..320eefd 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" @@ -38,7 +38,7 @@ }); const editFormOptions = ref([ [ - {title: "鍖哄煙涓婚敭",field: "areaId",type: "select",dataKey: "areainfo",data: [],}, + {title: "鍖哄煙",field: "areaId",type: "select",dataKey: "locationareainfo",data: [],}, { title: "宸烽亾缂栧彿", required: true, @@ -96,7 +96,7 @@ const searchFormOptions = ref([ [ { title: "宸烽亾缂栧彿", field: "roadwayNo", type: "like" }, - {title: "鍖哄煙涓婚敭",field: "areaId",type: "select",dataKey: "areainfo",data: [],}, + {title: "鍖哄煙",field: "areaId",type: "select",dataKey: "locationareainfo",data: [],}, { title: "绂佺敤鐘舵��", field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],}, ], [ @@ -129,11 +129,11 @@ }, { field: "areaId", - title: "鍖哄煙涓婚敭", + title: "鍖哄煙", type: "int", width: 150, align: "left", - bind:{ key: "areainfo", data: [] }, + bind:{ key: "locationareainfo", data: [] }, }, { field: "enableStatus", -- Gitblit v1.9.3