From f38b3321250222b81a797a538d9c3efa9f8a0ecb Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 29 五月 2022 03:54:05 +0800
Subject: [PATCH] 2022-05-29

---
 src/tabviews/verupmanage/index.jsx |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/verupmanage/index.jsx b/src/tabviews/verupmanage/index.jsx
index fe65a69..22e5b42 100644
--- a/src/tabviews/verupmanage/index.jsx
+++ b/src/tabviews/verupmanage/index.jsx
@@ -110,6 +110,8 @@
         if (buttonConfig[item.uuid]) {
           item = {...buttonConfig[item.uuid], ...item}
         }
+        item.$toolbtn = true
+        
         return item
       }),
       columns: _columns,

--
Gitblit v1.8.0