| | |
| | | stationArea: "", |
| | | stationStatus: "", |
| | | remark: "", |
| | | StationDeviceCode: "", |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [{ title: "ç«å°ä½ç½®", field: "stationLocation", type: "string" }], |
| | |
| | | dataKey: "stationStatus", |
| | | data: [], |
| | | }], |
| | | [{ title: "嫿å·å°å", field: "stationChildCode", type: "string" }], |
| | | [{ title: "é¶ä»¶å·å°å", field: "stationDeviceCode", type: "string" }], |
| | | [{ title: "夿³¨", field: "remark", type: "textarea" }], |
| | | |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | taskNum: "", |
| | |
| | | dataKey: "stationStatus", |
| | | data: [], |
| | | }], |
| | | [{ title: "嫿å·å°å", field: "stationChildCode", type: "string" }], |
| | | [{ title: "é¶ä»¶å·å°å", field: "stationDeviceCode", type: "string" }], |
| | | [{ title: "夿³¨", field: "remark", type: "textarea" }], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | bind: { key: "stationStatus", data: [] } |
| | | }, |
| | | { |
| | | field: "stationChildCode", |
| | | title: "嫿å·å°å", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "stationDeviceCode", |
| | | title: "é¶ä»¶å·å°å", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "remark", |
| | | title: "夿³¨", |
| | | type: "string", |