| | |
| | | field: "layer", |
| | | type: "string", |
| | | }, |
| | | { |
| | | title: "è´§ä½æ·±åº¦", |
| | | required: true, |
| | | field: "depth", |
| | | type: "string", |
| | | }, |
| | | // { |
| | | // title: "è´§ä½æ·±åº¦", |
| | | // required: true, |
| | | // field: "depth", |
| | | // type: "string", |
| | | // }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "è´§ä½ç±»å", |
| | | required: true, |
| | | field: "locationType", |
| | | type: "string", |
| | | type: "select", |
| | | dataKey:"", |
| | | data:[ |
| | | {key:1,value:'æ£å¸¸è´§ä½'}, |
| | | {key:2,value:'æåä½'}, |
| | | {key:3,value:'æåæº'}, |
| | | {key:4,value:'è¾é线'}, |
| | | {key:5,value:'ç»ç«æº'}, |
| | | ] |
| | | }, |
| | | { |
| | | title: "ç¦ç¨ç¶æ", |
| | | required: true, |
| | | field: "enableStatus", |
| | | type: "select", |
| | | dataKey:"", |
| | | data:[ |
| | | {key:0,value:'æ£å¸¸'}, |
| | | {key:1,value:'ç¦ç¨'}, |
| | | ] |
| | | }, |
| | | { |
| | | title: "åºå主é®", |
| | | required: true, |
| | | field: "areaId", |
| | | type: "string", |
| | | hidden:true, |
| | | }, |
| | | { |
| | | title: "å··éç¼å·", |
| | | required: true, |
| | | field: "roadwayNo", |
| | | type: "string", |
| | | }, |
| | | // { |
| | | // title: "å··éç¼å·", |
| | | // required: true, |
| | | // field: "roadwayNo", |
| | | // type: "string", |
| | | // }, |
| | | ], |
| | | ]); |
| | | const searchFormFields = ref({ |
| | |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "è´§ä½ç¼å·", field: "locationCode" }, |
| | | { title: "å··éç¼å·", field: "roadwayNo" }, |
| | | { |
| | | title: "è´§ä½ç±»å", |
| | | field: "locationType", |
| | | type: "selectList", |
| | | dataKey: "locationTypeEnum", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "è´§ä½ç¶æ", |
| | | field: "locationStatus", |
| | | type: "selectList", |
| | | dataKey: "locationStatusEnum", |
| | | data: [], |
| | | }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | title: "åºå主é®", |
| | | type: "string", |
| | | width: 90, |
| | | hidden:true, |
| | | align: "left", |
| | | bind: { |
| | | key: "areainfo", |