From 4c308eab6106324bd40e6ad7fd9e769a5cedcedf Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期一, 25 八月 2025 15:46:58 +0800 Subject: [PATCH] 代码同步 --- 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue" index d91b8f5..7460377 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue" @@ -33,8 +33,8 @@ const editFormOptions = ref([ [ { "title": "琛�", "field": "row", type: "int" }, - { "title": "鍒�", "field": "column", type: "int" }, - { "title": "灞�", "field": "layer", type: "int" }, + { "title": "灞�", "field": "column", type: "int" }, + { "title": "涓�", "field": "layer", type: "int" }, ], [ { "title": "璐т綅绫诲瀷", "field": "locationType", "type": "select", dataKey: "LocationType", data: [] }, @@ -56,8 +56,8 @@ ], [ { "title": "琛�", "field": "row", type: "int" }, - { "title": "鍒�", "field": "column", type: "int" }, - { "title": "灞�", "field": "layer", type: "int" }, + { "title": "灞�", "field": "column", type: "int" }, + { "title": "涓�", "field": "layer", type: "int" }, ], [ { "title": "鏄惁绂佺敤", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] }, -- Gitblit v1.9.3