| | |
| | | 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" }, |
| | | ], |
| | | [ |
| | |
| | | ] |
| | | ]); |
| | | 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' }, |