From baad30699918c536d0b96e36df70b8f352d520e4 Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期五, 15 八月 2025 10:15:53 +0800 Subject: [PATCH] 同步 --- 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_StationManager.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 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_StationManager.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_StationManager.vue" index 4cda394..ff2443a 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_StationManager.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_StationManager.vue" @@ -32,7 +32,7 @@ const searchFormFields = ref({}); const searchFormOptions = ref([ [ - { "title": "绔欏彴绫诲瀷", "field": "stationType", "type": "select", dataKey: "StationType", data: [] }, + //{ "title": "绔欏彴绫诲瀷", "field": "stationType", "type": "select", dataKey: "StationType", data: [] }, { "title": "宸烽亾鍙�", "field": "roadway", type: "text" }, ], [ @@ -41,7 +41,7 @@ ] ]); const columns = ref([{ field: 'stationID', title: '涓婚敭', type: 'int', sort: true, hidden: true, width: 110, readonly: true, require: true, align: 'left' }, - { field: 'stationType', title: '绔欏彴绫诲瀷', type: 'string', width: 110, require: true, align: 'left', bind: { key: "StationType", data: [] } }, + //{ field: 'stationType', title: '绔欏彴绫诲瀷', type: 'string', width: 110, require: true, align: 'left', bind: { key: "StationType", data: [] } }, { field: 'roadway', title: '宸烽亾鍙�', type: 'string', width: 110, align: 'left' }, { field: 'stationChildCode', title: '绾夸綋缂栧彿(瀛愯澶囩紪鍙�)', type: 'string', sort: true, width: 110, align: 'left' }, { field: 'stationLocation', title: '绔欏彴鍧愭爣', type: 'string', sort: true, width: 110, align: 'left' }, -- Gitblit v1.9.3