| | |
| | | { "title": "下一位置", "field": "nextAddress", type: "text" }, |
| | | { "title": "目标位置", "field": "targetAddress", type: "text" }, |
| | | ], |
| | | [ |
| | | { "title": "巷道", "field": "roadway", type: "text" }, |
| | | { "title": "创建人", "field": "creater", type: "text" }, |
| | | { "title": "创建时间", "field": "createDate", type: "datetime" }, |
| | | ], |
| | | ]); |
| | | const columns = ref([{ field: 'TaskId', title: '主键', type: 'string', width: 110, hidden: true, readonly: true, require: true, align: 'left' }, |
| | | { field: 'taskNum', title: '任务号', type: 'int', width: 110, align: 'left', sort: true }, |