| | |
| | | const editFormOptions = ref([ |
| | | [ |
| | | {title: "ç¼åç¹ç¼å·",required: true,field: "pointCode",type: "string",}, |
| | | {title: "åºå主é®",required: true,field: "areaId",type: "select",dataKey: "areainfo", data: [] ,}, |
| | | {title: "åºå",required: true,field: "areaId",type: "select",dataKey: "cachePointareainfo", data: [] ,}, |
| | | {title: "ç¼åç¹ç¶æ",field: "pointStatus",type: "select",dataKey: "locationStatusEnum",data: [],}, |
| | | {title: "æ¯å¦ç¦ç¨",field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],}, |
| | | ],[ |
| | |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | {title: "ç¼åç¹ç¼å·",field: "pointCode",type: "string",}, |
| | | {title: "åºå主é®",field: "areaId",type: "select",dataKey: "areainfo",data: [],}, |
| | | {title: "åºå",field: "areaId",type: "select",dataKey: "cachePointareainfo",data: [],}, |
| | | {title: "ç¼åç¹ç¶æ",field: "pointStatus",type: "select",dataKey: "locationStatusEnum",data: [],}, |
| | | {title: "æ¯å¦ç¦ç¨",field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],}, |
| | | ],[ |
| | |
| | | }, |
| | | { |
| | | field: "areaId", |
| | | title: "åºå主é®", |
| | | title: "åºå", |
| | | type: "int", |
| | | width: 120, |
| | | align: "left", |
| | | bind:{ key: "areainfo", data: [] }, |
| | | bind:{ key: "cachePointareainfo", data: [] }, |
| | | }, |
| | | { |
| | | field: "pointCode", |