wanshenmean
3 天以前 ce1292c9cf37195b6abd2699dfc5d6cb3e143c9b
Code/WMS/WIDESEA_WMSClient/src/views/taskinfo/task.vue
@@ -14,7 +14,7 @@
  </view-grid>
</template>
    <script>
import extend from "@/extension/taskinfo/task.js";
import extend from "@/extension/taskinfo/task.jsx";
import { ref, defineComponent } from "vue";
export default defineComponent({
  setup() {
@@ -120,20 +120,20 @@
        width: 220,
        align: "left",
      },
      // {
      //   field: "currentAddress",
      //   title: "当前位置",
      //   type: "string",
      //   width: 120,
      //   align: "left",
      // },
      // {
      //   field: "nextAddress",
      //   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: "异常信息",
@@ -154,6 +154,7 @@
        type: "int",
        width: 80,
        align: "left",
        bind: { key: "locationDepth", data: [] },
      },
      {
        field: "dispatchertime",
@@ -161,7 +162,7 @@
        type: "datetime",
        width: 160,
        align: "left",
        hidden:true,
        // hidden:true,
      },
      {
        field: "wMSId",