| | |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { title: "è´§ä½ç¶æ", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: [],}, |
| | | { title: "è´§ä½ç¶æ", field: "locationStatus" ,type: "select",dataKey: "LocationStatusEnum",data: [],}, |
| | | { title: "ç¦ç¨ç¶æ", field: "enableStatus" ,type: "select",dataKey: "EnableStatusEnum",data: [],}, |
| | | { title: "空桶代å·", field: "remark",data: [],}, |
| | | ], |
| | | ]); |
| | | const searchFormFields = ref({ |
| | |
| | | [ |
| | | { title: "è´§ä½ç¼å·", field: "locationCode", type: "like" }, |
| | | { title: "å··éç¼å·", field: "roadwayNo",type:"like" }, |
| | | { title: "ç¦ç¨ç¶æ", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],}, |
| | | { title: "è´§ä½ç¶æ", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],}, |
| | | { title: "ç¦ç¨ç¶æ", field: "enableStatus" ,type: "select",dataKey: "EnableStatusEnum",data: [],}, |
| | | { title: "è´§ä½ç¶æ", field: "locationStatus" ,type: "selectList",dataKey: "LocationStatusEnum",data: [],}, |
| | | ], |
| | | [ |
| | | { title: "è¡", field: "row" ,type: "int"}, |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "remark", |
| | | title: "空桶代å·", |
| | | type: "string", |
| | | width: 50, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "roadwayNo", |
| | | title: "å··éç¼å·", |
| | | type: "string", |