From 1f8a9a6a0f6cac4be41dc8ebf0444e80dd289440 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期六, 14 三月 2026 16:54:46 +0800
Subject: [PATCH] 优化前端,添加删除任务移入历史

---
 代码管理/WCS/WIDESEAWCS_Client/src/extension/taskinfo/task.js |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/extension/taskinfo/task.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/extension/taskinfo/task.js"
index 8a02afb..8f64c39 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/extension/taskinfo/task.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/extension/taskinfo/task.js"
@@ -27,21 +27,21 @@
             if (recoveryButton) recoveryButton.hidden = true;
 
             //鎵╁睍椤甸潰鍒濆鍖栨搷浣�
-            this.columns.push({
-                field: '鎿嶄綔',
-                title: '鎿嶄綔',
-                width: 70,
-                fixed: 'right',
-                align: 'center',
-                formatter: (row) => {
-                    return (
-                        '<i style="cursor: pointer;color: #2d8cf0;"class="el-icon-view">鏌ョ湅</i>'
-                    );
-                },
-                click: (row) => {
-                    this.$refs.gridBody.open(row);
-                }
-            });
+        //     this.columns.push({
+        //         field: '鎿嶄綔',
+        //         title: '鎿嶄綔',
+        //         width: 70,
+        //         fixed: 'right',
+        //         align: 'center',
+        //         formatter: (row) => {
+        //             return (
+        //                 '<i style="cursor: pointer;color: #2d8cf0;"class="el-icon-view">鏌ョ湅</i>'
+        //             );
+        //         },
+        //         click: (row) => {
+        //             this.$refs.gridBody.open(row);
+        //         }
+        //     });
         },
         onInited() {
             //妗嗘灦鍒濆鍖栭厤缃悗

--
Gitblit v1.9.3