| | |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { |
| | | title: "ä»åºä¸»é®", |
| | | required: true, |
| | | field: "AreaId", |
| | | type: "string", |
| | | }, |
| | | // { |
| | | // title: "ä»åºä¸»é®", |
| | | // required: true, |
| | | // field: "AreaId", |
| | | // type: "string", |
| | | // }, |
| | | { |
| | | title: "å··éç¼å·", |
| | | required: true, |
| | |
| | | field: "deviceNo", |
| | | type: "string", |
| | | }, |
| | | { |
| | | title: "ç¦ç¨ç¶æ", |
| | | required: true, |
| | | field: "enalbeStatus", |
| | | type: "string", |
| | | readonly: true, |
| | | }, |
| | | // { |
| | | // title: "ç¦ç¨ç¶æ", |
| | | // required: true, |
| | | // field: "enalbeStatus", |
| | | // type: "string", |
| | | // readonly: true, |
| | | // }, |
| | | ], |
| | | [ |
| | | { |
| | |
| | | field: "inSCStationCode", |
| | | type: "string", |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "åºåºç«å°ç¼å·", |
| | | field: "outStationCode", |
| | |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "areaId", |
| | | title: "ä»åºä¸»é®", |
| | | type: "int", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | // { |
| | | // field: "areaId", |
| | | // title: "ä»åºä¸»é®", |
| | | // type: "int", |
| | | // width: 90, |
| | | // align: "left", |
| | | // }, |
| | | { |
| | | field: "enableStatus", |
| | | title: "ç¦ç¨ç¶æ", |