From 0e450768c357b45701a2e5ed162f4e93b3dd617c Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期三, 15 四月 2026 20:53:24 +0800
Subject: [PATCH] 最新

---
 项目代码/WIDESEAWCS_Client/src/views/taskinfo/task_hty.vue |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/taskinfo/task_hty.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/taskinfo/task_hty.vue"
index a525388..76468b4 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/taskinfo/task_hty.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/taskinfo/task_hty.vue"
@@ -161,7 +161,6 @@
         type: "string",
         width: 90,
         align: "left",
-        hidden: true,
       },
       // {
       //   field: "grade",
@@ -188,8 +187,16 @@
         field: "deviceuuid",
         title: "璁惧UID",
         type: "string",
-        width: 90,
+        width: 150,
         align: "left",
+      },
+      {
+        field: "remark",
+        title: "澶囨敞",
+        type: "string",
+        width: 130,
+        align: "left",
+        bind: {key:"",data:[{value:"浜哄伐鎵嬪姩鍒犻櫎",key:"浜哄伐鎵嬪姩鍒犻櫎"},{value:"浜哄伐鎵嬪姩鍙栨秷",key:"浜哄伐鎵嬪姩鍙栨秷"},{value:"浜哄伐鎵嬪姩瀹屾垚",key:"浜哄伐鎵嬪姩瀹屾垚"}] }
       },
       {
         field: "creater",
@@ -197,6 +204,7 @@
         type: "string",
         width: 90,
         align: "left",
+        bind: { key: "", data: [{value:"WCS",key:"WCS"},{value:"WMS",key:"WMS"}] },
       },
       {
         field: "createDate",
@@ -219,14 +227,7 @@
         width: 160,
         align: "left",
       },
-      {
-        field: "remark",
-        title: "澶囨敞",
-        type: "string",
-        width: 100,
-        align: "left",
-        hidden: true,
-      },
+
     ]);
     const detail = ref({
       cnName: "",

--
Gitblit v1.9.3