刘磊
2025-08-15 baad30699918c536d0b96e36df70b8f352d520e4
ÏîÄ¿´úÂë/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' },