huangxiaoqiang
3 天以前 850105e8cdf0d048ef843d87520513ac77a64200
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue
@@ -57,10 +57,10 @@
      { field: "roadway", title: "巷道", type: "string", width: 90, align: "left", },
      { field: "taskType", title: "任务类型", type: "int", width: 90, align: "left", bind: { key: "taskType", data: [] }, },
      { field: "taskState", title: "任务状态", type: "int", width: 150, align: "left", bind: { key: "taskState", data: [] }, },
      { field: "sourceAddress", title: "起始地址", type: "int", width: 120, align: "left", bind: { key: "location", data: [] }, },
      { field: "targetAddress", title: "目标地址", type: "string", width: 120, align: "left", bind: { key: "location", data: [] }, },
      { field: "currentAddress", title: "当前位置", type: "string", width: 120, align: "left", bind: { key: "location", data: [] }, hidden: true, },
      { field: "nextAddress", title: "下一位置", type: "string", width: 120, align: "left", bind: { key: "location", data: [] }, hidden: true, },
      { field: "sourceAddress", title: "起始地址", type: "int", width: 120, align: "left", },
      { field: "targetAddress", title: "目标地址", type: "string", width: 120, align: "left", },
      { field: "currentAddress", title: "当前位置", type: "string", width: 120, align: "left" },
      { field: "nextAddress", title: "下一位置", type: "string", width: 120, align: "left",  },
      { field: "exceptionMessage", title: "异常信息", type: "string", width: 90, align: "left", hidden: true, },
      { field: "grade", title: "优先级", type: "int", width: 80, align: "left", },
      { field: "dispatchertime", title: "任务下发时间", type: "datetime", width: 150, align: "left", },