| | |
| | | sortName: "id", |
| | | }); |
| | | const editFormFields = ref({ |
| | | locationCode:"", |
| | | locationName:"", |
| | | row: "", |
| | | column: "", |
| | | layer: "", |
| | | roadwayNo:"", |
| | | depth: "", |
| | | locationType: "", |
| | | locationStatus: "", |
| | |
| | | remark: "", |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { |
| | | title: "è´§ä½ç¼å·", |
| | | required: true, |
| | | field: "locationCode", |
| | | type: "string", |
| | | }, |
| | | { |
| | | title: "è´§ä½åç§°", |
| | | required: true, |
| | | field: "locationName", |
| | | type: "string", |
| | | }, |
| | | { |
| | | title: "å··éç¼å·", |
| | | required: true, |
| | | field: "roadwayNo", |
| | | type: "string", |
| | | }, |
| | | |
| | | { |
| | | title: "è´§ä½æ·±åº¦", |
| | | field: "depth", |
| | | type: "string", |
| | | hidden: true, |
| | | }, |
| | | |
| | | { |
| | | title: "夿³¨", |
| | | field: "remark", |
| | | type: "string", |
| | | hidden: true, |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "è´§ä½è¡", |
| | |
| | | field: "layer", |
| | | type: "string", |
| | | }, |
| | | // { |
| | | // title: "è´§ä½æ·±åº¦", |
| | | // required: true, |
| | | // field: "depth", |
| | | // type: "string", |
| | | // }, |
| | | ], |
| | | [ |
| | | { |
| | |
| | | }, |
| | | { |
| | | title: "åºå主é®", |
| | | required: true, |
| | | //required: true, |
| | | field: "areaId", |
| | | type: "string", |
| | | hidden: true, |
| | | }, |
| | | // { |
| | | // title: "å··éç¼å·", |
| | | // required: true, |
| | | // field: "roadwayNo", |
| | | // type: "string", |
| | | // }, |
| | | |
| | | ], |
| | | ]); |
| | | const searchFormFields = ref({ |