| | |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { title: "è´§ä½ç¶æ", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: [],}, |
| | | { |
| | | title: "è´§ä½ç¶æ", |
| | | field: "locationStatus", |
| | | type: "select", |
| | | dataKey: "locationStatusEnum", |
| | | data: [], |
| | | }, |
| | | ], |
| | | ]); |
| | | const searchFormFields = ref({ |
| | |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "è´§ä½ç¼å·", field: "locationCode" }, |
| | | { title: "å··éç¼å·", field: "roadwayNo" }, |
| | | { title: "è´§ä½ç±»å", field: "locationType",type: "select",dataKey: "locationTypeEnum",data: [], }, |
| | | { title: "ç¦ç¨ç¶æ", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],}, |
| | | { title: "è´§ä½ç¼å·", field: "locationCode", type: "like" }, |
| | | { title: "å··éç¼å·", field: "roadwayNo", type: "like" }, |
| | | { |
| | | title: "è´§ä½ç±»å", |
| | | field: "locationType", |
| | | type: "select", |
| | | dataKey: "locationTypeEnum", |
| | | data: [], |
| | | }, |
| | | ], |
| | | [ |
| | | { title: "è´§ä½ç¶æ", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],}, |
| | | { |
| | | title: "åºå", |
| | | field: "areaId", |
| | | type: "select", |
| | | dataKey: "locationareainfo", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "è´§ä½ç¶æ", |
| | | field: "locationStatus", |
| | | type: "selectList", |
| | | dataKey: "locationStatusEnum", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "ç¦ç¨ç¶æ", |
| | | field: "enableStatus", |
| | | type: "select", |
| | | dataKey: "enableStatusEnum", |
| | | data: [], |
| | | }, |
| | | ], |
| | | [ |
| | | { title: "æ/è¡", field: "row" }, |
| | | { title: "å", field: "column"}, |
| | | { title: "å±", field: "layer" }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | }, |
| | | { |
| | | field: "areaId", |
| | | title: "åºå主é®", |
| | | title: "åºå", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | bind: {key: "areainfo",data: []} |
| | | bind: { key: "locationareainfo", data: [] }, |
| | | }, |
| | | { |
| | | field: "locationCode", |
| | |
| | | }, |
| | | { |
| | | field: "row", |
| | | title: "è´§ä½è¡", |
| | | title: "æ", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | |
| | | }, |
| | | { |
| | | field: "column", |
| | | title: "è´§ä½å", |
| | | title: "å", |
| | | type: "int", |
| | | width: 120, |
| | | align: "left", |
| | |
| | | }, |
| | | { |
| | | field: "layer", |
| | | title: "è´§ä½å±", |
| | | title: "å±", |
| | | type: "string", |
| | | width: 200, |
| | | align: "left", |
| | |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | bind:{key: "locationTypeEnum", data: []} |
| | | bind: { key: "locationTypeEnum", data: [] }, |
| | | }, |
| | | { |
| | | field: "locationStatus", |