From 569e91c63636345391f741df049c9374a141a434 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期一, 26 八月 2024 08:57:33 +0800
Subject: [PATCH] 添加路由新建配置,重新导出种子数据

---
 WIDESEAWCS_Client/src/views/taskinfo/task.vue |   30 +++++++++++++++++++++---------
 1 files changed, 21 insertions(+), 9 deletions(-)

diff --git a/WIDESEAWCS_Client/src/views/taskinfo/task.vue b/WIDESEAWCS_Client/src/views/taskinfo/task.vue
index da44e7f..1c1154f 100644
--- a/WIDESEAWCS_Client/src/views/taskinfo/task.vue
+++ b/WIDESEAWCS_Client/src/views/taskinfo/task.vue
@@ -32,8 +32,6 @@
       taskNum: "",
       palletCode: "",
       roadway: "",
-      taskType: "",
-      taskState: "",
       sourceAddress: "",
       targetAddress: "",
       currentAddress: "",
@@ -45,8 +43,20 @@
       [
         { title: "浠诲姟鍙�", field: "taskNum", type: "int" },
         { title: "鎵樼洏缂栧彿", field: "palletCode", type: "like" },
-        { title: "浠诲姟绫诲瀷", field: "taskType", type: "int" },
-        { title: "浠诲姟鐘舵��", field: "taskState", type: "int" },
+        {
+          title: "浠诲姟绫诲瀷",
+          field: "taskType",
+          type: "selectList",
+          dataKey: "taskType",
+          data: [],
+        },
+        {
+          title: "浠诲姟鐘舵��",
+          field: "taskState",
+          type: "selectList",
+          dataKey: "taskState",
+          data: [],
+        },
       ],
       [
         { title: "璧峰鍦板潃", field: "sourceAddress", type: "like" },
@@ -75,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",
       },
       {
@@ -98,13 +108,15 @@
         type: "int",
         width: 90,
         align: "left",
+        bind: { key: "taskType", data: [] },
       },
       {
         field: "taskState",
         title: "浠诲姟鐘舵��",
         type: "int",
-        width: 90,
+        width: 150,
         align: "left",
+        bind: { key: "taskState", data: [] },
       },
       {
         field: "sourceAddress",
@@ -124,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",
       },
       {

--
Gitblit v1.9.3