| | |
| | | enalbeStatus: "", |
| | | locationStatus: "", |
| | | locationType: "", |
| | | row: "", column: "", layer: "", |
| | | //roadwayNo: "" |
| | | remark: "" |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { "title": "è¡", "field": "row", type: "int" }, |
| | | { "title": "å±", "field": "column", type: "int" }, |
| | | { "title": "个", "field": "layer", type: "int" }, |
| | | ], |
| | | [ |
| | | { "title": "è´§ä½ç±»å", "field": "locationType", "type": "select", dataKey: "LocationType", data: [] }, |
| | | { "title": "è´§ä½ç¶æ", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] }, |
| | | { "title": "æ¯å¦ç¦ç¨", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] }, |
| | | ], |
| | | // [ |
| | | // { "title": "å··éç¼å·", "field": "roadwayNo", type: "text" }, |
| | | // ] |
| | | [ |
| | | { "title": "夿³¨", "field": "remark", type: "text" }, |
| | | ] |
| | | |
| | | ]); |
| | | const searchFormFields = ref({ "LocationID": "", roadwayNo: "", "column": "", "row": "", "layer": "" }); |
| | |
| | | ], |
| | | [ |
| | | { "title": "æ¯å¦ç¦ç¨", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] }, |
| | | { "title": "å··éç¼å·", "field": "roadwayNo", type: "text" }, |
| | | { "title": "å··éç¼å·", "field": "roadwayNo", type: "string" }, |
| | | //{ "title": "深度", "field": "depth", "type": "text" }, |
| | | // { "title": "å±", "field": "layer", type: "text" }, |
| | | ] |
| | |
| | | { field: 'enalbeStatus', title: 'æ¯å¦ç¦ç¨', type: 'int', width: 75, align: 'left', bind: { key: "EnalbeStatus", data: [] } }, |
| | | // { field: 'isLocked', title: 'æ¯å¦éå®', type: 'bool', width: 110, align: 'left', bind: { key: "IsLocked", data: [] } }, |
| | | { field: 'locationDesc', title: 'è´§ä½æè¿°', type: 'string', width: 110, align: 'left', hidden: true }, |
| | | { field: 'remark', title: '夿³¨', type: 'string', width: 110, align: 'left', bind: { key: "AllowStatus", data: [] } }, |
| | | { field: 'remark', title: '夿³¨', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'creater', title: 'å建人', type: 'string', sort: true, width: 110, align: 'left' }, |
| | | { field: 'createDate', title: 'å建æ¶é´', type: 'datetime', sort: true, width: 150, align: 'left', sort: true }, |
| | | { field: 'modifier', title: 'ä¿®æ¹äºº', type: 'string', sort: true, width: 100, align: 'left' }, |