| | |
| | | { "title": "æ¯å¦ç¦ç¨", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] }, |
| | | ] |
| | | ]); |
| | | const searchFormFields = ref({ "LocationID": "",roadWayNO:"","column":"","row":"","layer":"" }); |
| | | const searchFormFields = ref({ |
| | | locationCode:"", |
| | | locationStatus:"", |
| | | roadWayNO:"", |
| | | column:"", |
| | | enalbeStatus:"", |
| | | depth:"", |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { "title": "è´§ä½ç¼å·", "field": "locationCode", type: "text" }, |
| | |
| | | { "title": "å··éç¼å·", "field": "roadWayNO", type: "text" }, |
| | | ], |
| | | [ |
| | | { "title": "è¡", "field": "row", type: "int" }, |
| | | { "title": "å", "field": "column", type: "int" }, |
| | | { "title": "å±", "field": "layer", type: "int" }, |
| | | { "title": "è¡", "field": "row", type: "text" }, |
| | | { "title": "å", "field": "column", type: "text" }, |
| | | { "title": "å±", "field": "layer", type: "text" }, |
| | | ], |
| | | [ |
| | | { "title": "æ¯å¦ç¦ç¨", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] }, |