From 74d6e3882b7d20291ad566b2d5703d0e703f5d27 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期三, 21 八月 2024 17:33:20 +0800
Subject: [PATCH] 1

---
 WIDESEAWCS_Client/src/extension/taskinfo/task.js |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/WIDESEAWCS_Client/src/extension/taskinfo/task.js b/WIDESEAWCS_Client/src/extension/taskinfo/task.js
index 9671e50..8a02afb 100644
--- a/WIDESEAWCS_Client/src/extension/taskinfo/task.js
+++ b/WIDESEAWCS_Client/src/extension/taskinfo/task.js
@@ -17,6 +17,15 @@
     methods: {
         //涓嬮潰杩欎簺鏂规硶鍙互淇濈暀涔熷彲浠ュ垹闄�
         onInit() {
+            // this.$Notice.success({ title: this.detailOptions.cnName + ',鏌ヨ缁撴灉', desc: '杩斿洖鐨勫璞★細' + JSON.stringify(data) });
+
+            var previousButton = this.buttons.find((x) => x.value == "Previous");
+            if (previousButton) previousButton.hidden = true;
+            var nextButton = this.buttons.find((x) => x.value == "Next");
+            if (nextButton) nextButton.hidden = true;
+            var recoveryButton = this.buttons.find((x) => x.value == "TaskRecovery");
+            if (recoveryButton) recoveryButton.hidden = true;
+
             //鎵╁睍椤甸潰鍒濆鍖栨搷浣�
             this.columns.push({
                 field: '鎿嶄綔',
@@ -31,7 +40,7 @@
                 },
                 click: (row) => {
                     this.$refs.gridBody.open(row);
-                  }
+                }
             });
         },
         onInited() {

--
Gitblit v1.9.3