| | |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { "title": "éç¨è½¦å", "field": "carType", type: "text" }, |
| | | //{ "title": "è´§ä½ç¶æ", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] }, |
| | | { "title": "卿屿§", "field": "mttype", "type": "select", dataKey: "dongtuoshux", data: [] }, |
| | | { "title": "æ°/æ§", "field": "neworold", type: "select", dataKey: "NewOld", data: [] }, |
| | | { "title": "ç级", "field": "gkdj", type: "select", dataKey: "Level", data: [] }, |
| | | ], |
| | | [ |
| | | //{ "title": "æ¯å¦ç¦ç¨", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] } |
| | | // { "title": "å", "field": "column", "type": "text" }, |
| | | // { "title": "å±", "field": "layer", type: "text" }, |
| | | { "title": "卿屿§", "field": "mttype", "type": "select", dataKey: "dongtuoshux", data: [] }, |
| | | ] |
| | | ]); |
| | | const columns = ref([{ field: 'id', title: 'ID', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' }, |