From 60a50d7a976f33a172421546fd891f33a21043e5 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期三, 29 十月 2025 11:50:22 +0800
Subject: [PATCH] 优化

---
 新建文件夹/WMS/config/buttons.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/config/buttons.js" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/config/buttons.js"
index 5700b9b..9cf6514 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/config/buttons.js"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/config/buttons.js"
@@ -198,6 +198,15 @@
     onClick: function (){
     }
 },
+{
+    name: "瀹屾垚",
+    icon: '',
+    class: '',
+    value: 'Complete',
+    type: 'success',
+    onClick: function (){
+    }
+}
 ]
 
 export default buttons
\ No newline at end of file

--
Gitblit v1.9.3