| | |
| | | const editFormFields = ref({ |
| | | roadwayNo: "", |
| | | areaId: "", |
| | | enalbeStatus: "", |
| | | enableStatus: "", |
| | | deviceNo: "", |
| | | inStationCode: "", |
| | | inSCStationCode: "", |
| | |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | {title: "åºå主é®",field: "areaId",type: "select",dataKey: "areainfo",data: [],}, |
| | | {title: "åºå",field: "areaId",type: "select",dataKey: "locationareainfo",data: [],}, |
| | | { |
| | | title: "å··éç¼å·", |
| | | required: true, |
| | |
| | | { |
| | | title: "ç¦ç¨ç¶æ", |
| | | required: true, |
| | | field: "enalbeStatus", |
| | | field: "enableStatus", |
| | | type: "select", |
| | | dataKey: "enableStatusEnum", |
| | | data: [], |
| | |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "å··éç¼å·", field: "roadwayNo", type: "like" }, |
| | | {title: "åºå主é®",field: "areaId",type: "select",dataKey: "areainfo",data: [],}, |
| | | {title: "åºå",field: "areaId",type: "select",dataKey: "locationareainfo",data: [],}, |
| | | { title: "ç¦ç¨ç¶æ", field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],}, |
| | | ], |
| | | [ |
| | |
| | | }, |
| | | { |
| | | field: "areaId", |
| | | title: "åºå主é®", |
| | | title: "åºå", |
| | | type: "int", |
| | | width: 150, |
| | | align: "left", |
| | | bind:{ key: "areainfo", data: [] }, |
| | | bind:{ key: "locationareainfo", data: [] }, |
| | | }, |
| | | { |
| | | field: "enableStatus", |