huangxiaoqiang
2025-02-10 8378915638d6692b57f36620a752ab1fe59a2e4c
Code Management/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue
@@ -92,7 +92,7 @@
        field: "palletCode",
        title: "托盘编号",
        type: "string",
        width: 200,
        width: 160,
        align: "left",
      },
      {
@@ -136,14 +136,14 @@
        field: "currentAddress",
        title: "当前位置",
        type: "string",
        width: 120,
        width: 110,
        align: "left",
      },
      {
        field: "nextAddress",
        title: "下一位置",
        type: "string",
        width: 120,
        width: 110,
        align: "left",
      },
      {
@@ -165,7 +165,7 @@
        field: "dispatchertime",
        title: "任务下发时间",
        type: "datetime",
        width: 150,
        width: 110,
        align: "left",
      },
      {
@@ -194,7 +194,7 @@
        field: "modifier",
        title: "修改人",
        type: "string",
        width: 100,
        width: 90,
        align: "left",
      },
      {