| | |
| | | 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: [],}, |
| | | ],[ |
| | | { title: "è¡", field: "row", type: "string" }, |
| | | { title: "å", field: "column", type: "string" }, |
| | | { title: "深度", field: "depth", type: "string" }, |
| | | { title: "ç¼åç¹ç±»å", field: "pointType", type: "string"}, |
| | | ], |
| | | ],//[ |
| | | // { title: "è¡", field: "row", type: "string" }, |
| | | // { title: "å", field: "column", type: "string" }, |
| | | // { title: "深度", field: "depth", type: "string" }, |
| | | // { title: "ç¼åç¹ç±»å", field: "pointType", type: "string"}, |
| | | // ], |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | areaId: "", |
| | |
| | | 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", |
| | |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "pointType", |
| | | title: "ç¼åç¹ç±»å", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "Remark", |
| | | title: "夿³¨", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | // { |
| | | // field: "pointType", |
| | | // title: "ç¼åç¹ç±»å", |
| | | // type: "string", |
| | | // width: 90, |
| | | // align: "left", |
| | | // }, |
| | | { |
| | | field: "creater", |
| | | title: "å建人", |