From 03a4584d7d58fc073649a3ef821e1b2ebc0ed6cb Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期日, 30 七月 2023 05:04:49 +0800
Subject: [PATCH] 更新管理页面

---
 management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver.html |   41 +++++++++++++++--------------------------
 1 files changed, 15 insertions(+), 26 deletions(-)

diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver.html
index e55ffcd..a9d76f2 100644
--- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver.html
+++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver.html
@@ -26,35 +26,24 @@
                                 <#button name="查询" icon="fa-search" clickFun="TDriver.search()"/>
                                 <#button name="重置" icon="fa-trash" clickFun="TDriver.resetSearch()" space="true"/>
                             </div>
-                            <div class="col-sm-12">
-                                @if(shiro.hasPermission("/tDriver/auditPage")){
-                                <#button name="立即审核" icon="fa-edit" clickFun="TDriver.auditPage()"/>
-                                @}
-                                @if(shiro.hasPermission("/tDriver/export")){
-                                <#button name="导出" icon="" clickFun="TDriver.export()"/>
-                                @}
-                                @if(shiro.hasPermission("/tDriver/tDriver_exception")){
-                                <#button name="异常" icon="" clickFun="TDriverException.tDriverException()"/>
-                                @}
-                                @if(shiro.hasPermission("/tDriver/rechargeBalancePage")){
-                                <#button name="充值" icon="fa-edit" clickFun="TDriver.rechargeBalancePage()"/>
-                                @}
-                                @if(shiro.hasPermission("/tDriver/add")){
-                                <#button name="添加" icon="fa-plus" clickFun="TDriver.openAddTDriver()"/>
-                                @}
-                            </div>
                         </div>
-                        <!--<div class="hidden-xs" id="TDriverTableToolbar" role="group">
+                        <div class="hidden-xs" id="TDriverTableToolbar" role="group">
+                            @if(shiro.hasPermission("/tDriver/auditPage")){
+                            <#button name="立即审核" icon="fa-edit" clickFun="TDriver.auditPage()"/>
+                            @}
+                            @if(shiro.hasPermission("/tDriver/export")){
+                            <#button name="导出" icon="" clickFun="TDriver.export()" space="true"/>
+                            @}
+                            @if(shiro.hasPermission("/tDriver/tDriver_exception")){
+                            <#button name="异常" icon="" clickFun="TDriverException.tDriverException()" space="true"/>
+                            @}
+                            @if(shiro.hasPermission("/tDriver/rechargeBalancePage")){
+                            <#button name="充值" icon="fa-edit" clickFun="TDriver.rechargeBalancePage()" space="true"/>
+                            @}
                             @if(shiro.hasPermission("/tDriver/add")){
-                                <#button name="添加" icon="fa-plus" clickFun="TDriver.openAddTDriver()"/>
+                            <#button name="添加" icon="fa-plus" clickFun="TDriver.openAddTDriver()" space="true"/>
                             @}
-                            @if(shiro.hasPermission("/tDriver/update")){
-                                <#button name="修改" icon="fa-edit" clickFun="TDriver.openTDriverDetail()" space="true"/>
-                            @}
-                            @if(shiro.hasPermission("/tDriver/delete")){
-                                <#button name="删除" icon="fa-remove" clickFun="TDriver.delete()" space="true"/>
-                            @}
-                        </div>-->
+                        </div>
                         <#table id="TDriverTable"/>
                     </div>
                 </div>

--
Gitblit v1.7.1