| | |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | {title: "èµ·ç¹",required: true,field: "startArea",type: "string",}, |
| | | {title: "ç»ç¹åºåID",required: true,field: "nextArea",type: "select",dataKey: "areainfo",data: [],}, |
| | | |
| | | { |
| | | title: "èµ·ç¹åºå", |
| | | required: true, |
| | | field: "startArea", |
| | | type: "select", |
| | | dataKey: "cachePointareainfo", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "ç»ç¹åºå", |
| | | required: true, |
| | | field: "nextArea", |
| | | type: "select", |
| | | dataKey: "cachePointareainfo", |
| | | data: [], |
| | | }, |
| | | ], |
| | | [ |
| | | {title: "è·¯ç±ç±»å",field: "routerType",type: "like"}, |
| | | {title: "æ¯å¦ä¸ºç»ç¹",field: "isEnd",type: "select",dataKey: "enable",data: [],} |
| | | { |
| | | title: "æ¯å¦ä¸ºç»ç¹", |
| | | field: "isEnd", |
| | | type: "select", |
| | | dataKey: "enable", |
| | | data: [], |
| | | }, |
| | | ], |
| | | ]); |
| | | const searchFormFields = ref({ |
| | |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | {title: "èµ·ç¹",required: true,field: "startArea",type: "string",}, |
| | | {title: "ç»ç¹åºåID",field: "nextArea",type: "select",dataKey: "areainfo",data: [],}, |
| | | { |
| | | title: "èµ·ç¹", |
| | | field: "startArea", |
| | | type: "select", |
| | | dataKey: "cachePointareainfo", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "ç»ç¹åºåID", |
| | | field: "nextArea", |
| | | type: "select", |
| | | dataKey: "cachePointareainfo", |
| | | data: [], |
| | | }, |
| | | // {title: "ç»ç¹åºåID",required: true,field: "nextArea",type: "string",}, |
| | | ], |
| | | [ |
| | | {title: "è·¯ç±ç±»å",field: "routerType",type: "like"}, |
| | | {title: "æ¯å¦ä¸ºç»ç¹",field: "isEnd",type: "select",dataKey: "enable",data: [],} |
| | | { |
| | | title: "æ¯å¦ä¸ºç»ç¹", |
| | | field: "isEnd", |
| | | type: "select", |
| | | dataKey: "enable", |
| | | data: [], |
| | | }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | }, |
| | | { |
| | | field: "startArea", |
| | | title: "èµ·ç¹", |
| | | title: "èµ·ç¹åºå", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | bind: { key: "cachePointareainfo", data: [] }, |
| | | }, |
| | | { |
| | | field: "nextArea", |
| | | title: "ç»ç¹åºåID", |
| | | title: "ç»ç¹åºå", |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | bind:{ key: "areainfo", data: [] }, |
| | | bind: { key: "cachePointareainfo", data: [] }, |
| | | }, |
| | | { |
| | | field: "routerType", |