| | |
| | | sortName: "id", |
| | | }); |
| | | const editFormFields = ref({ |
| | | stationType: "", |
| | | // id:"", |
| | | stationCode:"", |
| | | location_state: "", |
| | | lastUpdateTime: "", |
| | | enable:"", |
| | | area:"", |
| | | remark:"", |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | |
| | | type: "text", |
| | | disabled: true, |
| | | }, |
| | | { |
| | | title: "ç©æç±»å", |
| | | field: "stationType", |
| | | type: "select", |
| | | dataKey: "materieInfo", |
| | | }, |
| | | // { |
| | | // title: "ç©æç±»å", |
| | | // field: "remark", |
| | | // type: "select", |
| | | // dataKey: "materieInfo", |
| | | // }, |
| | | { |
| | | title: "ç¼åæ¶ç¶æ", |
| | | required: false, |
| | |
| | | ], |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "夿³¨", |
| | | field: "remark", |
| | | type: "text", |
| | | }, |
| | | // [ |
| | | // { |
| | | // title: "åºå", |
| | | // field: "area", |
| | | // type: "textarea", |
| | | // }, |
| | | // { |
| | | // title: "ç©æç±»å", |
| | | // field: "remark", |
| | | // type: "textarea", |
| | | // }, |
| | | // { |
| | | // title: "æåæ´æ°æ¶é´", |
| | | // field: "lastUpdateTime", |
| | | // type: "datetime", |
| | | // }, |
| | | ], |
| | | // ], |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | route_began: "", |
| | | route_end: "", |
| | | stationCode: "", |
| | | location_state: "", |
| | | area: "", |
| | | enable:"", |
| | | remark:"", |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | |
| | | ], |
| | | type: "select", |
| | | }, |
| | | { title: "夿³¨", field: "remark", type: "like" }, |
| | | { title: "ç©æç±»å", field: "remark", type: "like" }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | }, |
| | | { |
| | | field: "remark", |
| | | title: "夿³¨", |
| | | title: "ç©æç±»å", |
| | | type: "string", |
| | | width: 100, |
| | | align: "left", |