hutongqing
2024-08-26 569e91c63636345391f741df049c9374a141a434
WIDESEAWCS_Client/src/views/taskinfo/task.vue
@@ -85,14 +85,14 @@
        field: "taskNum",
        title: "任务号",
        type: "int",
        width: 60,
        width: 90,
        align: "left",
      },
      {
        field: "palletCode",
        title: "托盘编号",
        type: "string",
        width: 150,
        width: 200,
        align: "left",
      },
      {
@@ -114,7 +114,7 @@
        field: "taskState",
        title: "任务状态",
        type: "int",
        width: 90,
        width: 150,
        align: "left",
        bind: { key: "taskState", data: [] },
      },
@@ -136,14 +136,14 @@
        field: "currentAddress",
        title: "当前位置",
        type: "string",
        width: 90,
        width: 120,
        align: "left",
      },
      {
        field: "nextAddress",
        title: "下一位置",
        type: "string",
        width: 90,
        width: 120,
        align: "left",
      },
      {