From f59f3b24814387573b5bca9a9b6c832a3720ee7e Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期三, 22 四月 2026 17:46:35 +0800
Subject: [PATCH] 最新
---
项目代码/WIDESEAWCS_Client/config/buttons.js | 39 ++++++++++++++++++++++++++++++++++++++-
1 files changed, 38 insertions(+), 1 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/config/buttons.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/config/buttons.js"
index 50c4dfd..2b4d8ff 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/config/buttons.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/config/buttons.js"
@@ -136,7 +136,44 @@
onClick: function () {
this.export();
}
-}
+},
+ {
+ name: "鎵嬪姩瀹屾垚浠诲姟",
+ icon: '',
+ class: '',
+ value: 'TaskHandCompleted',
+ type: 'primary',
+ onClick: function () {
+ }
+ },
+ {
+ name: "鎵嬪姩鍙栨秷浠诲姟",
+ icon: '',
+ class: '',
+ value: 'TaskHandCancel',
+ type: 'danger',
+ onClick: function () {
+ }
+ },
+ {
+ name: "鎵嬪姩鎿嶄綔涓績",
+ icon: '',
+ class: '',
+ value: 'CreateManualTask',
+ type: 'success',
+ onClick: function () {
+ }
+ },
+ {
+ name: "鎵嬪姩鍒犻櫎浠诲姟",
+ icon: '',
+ class: '',
+ value: 'CreateDelete',
+ type: 'danger',
+ onClick: function () {
+ }
+ },
+
]
--
Gitblit v1.9.3