From ee00ca28898f7bc99b98fb8f8c1898058bb291de Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期二, 21 二月 2023 18:32:08 +0800 Subject: [PATCH] 司机管理 --- management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver.html | 9 +++++---- 1 files changed, 5 insertions(+), 4 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 4d7e25c..188d0cd 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 @@ -27,16 +27,16 @@ <#button name="重置" icon="fa-trash" clickFun="TDriver.resetSearch()" space="true"/> </div> <div class="col-sm-3"> - <button type="button" class="btn btn-primary " onclick="TAgent.export()" id="audit"> + <button type="button" class="btn btn-primary " onclick="TDriver.auditPage()" id="audit"> <i class="fa "></i> 立即审核 </button> - <button type="button" class="btn btn-primary " onclick="TAgent.export()" id="export"> + <button type="button" class="btn btn-primary " onclick="TDriver.export()" id="export"> <i class="fa "></i> 导出 </button> - <button type="button" class="btn btn-primary " onclick="TAgent.export()" id="driverException"> + <button type="button" class="btn btn-primary " onclick="TDriverException.tDriverException()" id="driverException"> <i class="fa "></i> 异常 </button> - <button type="button" class="btn btn-primary " onclick="TAgent.export()" id="recharge"> + <button type="button" class="btn btn-primary " onclick="TDriver.rechargeBalancePage()" id="recharge"> <i class="fa "></i> 充值 </button> @if(shiro.hasPermission("/tAgent/add")){ @@ -63,6 +63,7 @@ </div> </div> <script src="${ctxPath}/static/modular/system/tDriver/tDriver.js"></script> +<script src="${ctxPath}/static/modular/system/tDriver/tDriverException.js"></script> <script type="text/javascript"> laydate.render({ elem: '#createTime', -- Gitblit v1.7.1