From e98b07c84a2a496da895ef6b523b29ccc75e004d Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期五, 23 八月 2024 11:27:01 +0800
Subject: [PATCH] 更新QuartzJob种子数据插入

---
 WIDESEAWCS_Client/config/buttons.js |   77 +++++++++++++++++++++++++++++++-------
 1 files changed, 63 insertions(+), 14 deletions(-)

diff --git a/WIDESEAWCS_Client/config/buttons.js b/WIDESEAWCS_Client/config/buttons.js
index 5e68919..4fedd78 100644
--- a/WIDESEAWCS_Client/config/buttons.js
+++ b/WIDESEAWCS_Client/config/buttons.js
@@ -20,7 +20,8 @@
     onClick: function () {
         this.add();
     }
-}, {
+},
+{
     name: "缂� 杈�",
     icon: 'el-icon-edit',
     value: 'Update',
@@ -30,7 +31,62 @@
     onClick: function () {
         this.edit();
     }
-}, {
+},
+{
+    name: "浠诲姟瀹屾垚",
+    icon: '',
+    class: '',
+    value: 'TaskCompleted',
+    type: 'primary',
+    onClick: function () {
+    }
+},
+{
+    name: "浠诲姟鍙栨秷",
+    icon: '',
+    class: '',
+    value: 'TaskCancel',
+    type: 'danger',
+    onClick: function () {
+    }
+},
+{
+    name: "浠诲姟鎭㈠",
+    icon: '',
+    class: '',
+    value: 'TaskRecovery',
+    type: 'danger',
+    onClick: function () {
+    }
+},
+{
+    name: "鏌ョ湅瀹屾暣璺敱",
+    icon: '',
+    class: '',
+    value: 'ViewAllRouter',
+    type: 'info',
+    onClick: function () {
+    }
+},
+{
+    name: "鍥炴粴鍒颁笂涓�姝�",
+    icon: '',
+    class: '',
+    value: 'Previous',
+    type: 'danger',
+    onClick: function () {
+    }
+},
+{
+    name: "璺宠浆鍒颁笅涓�姝�",
+    icon: '',
+    class: '',
+    value: 'Next',
+    type: 'warning',
+    onClick: function () {
+    }
+},
+{
     name: "鍒� 闄�",
     icon: 'el-icon-delete',
     class: '',
@@ -39,7 +95,8 @@
     onClick: function () {
         this.del();
     }
-}, {
+},
+{
     name: "瀹� 鏍�",
     icon: 'el-icon-check',
     class: '',
@@ -60,8 +117,8 @@
     onClick: function () {
         this.import();
     }
-}
-    , {
+},
+{
     name: "瀵� 鍑�",
     icon: 'el-icon-bottom',
     type: 'success',
@@ -71,15 +128,7 @@
         this.export();
     }
 }
-    // , {
-    //     name: "鏁版嵁缁撴瀯",
-    //     icon: 'ios-cog',
-    //     class: '',
-    //     value: '',
-    //     onClick: function () {
-    //         this.openViewColumns();
-    //     }
-    // }
+
 ]
 
 export default buttons
\ No newline at end of file

--
Gitblit v1.9.3