| | |
| | | @if(shiro.hasPermission("/tDriver/changeCar")){ |
| | | <#button name="更换/绑定车辆" icon="fa-remove" clickFun="YesDriver.changeCar()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/driverCommissionSetting")){ |
| | | <#button name="司机佣金设置" icon="fa-remove" clickFun="YesDriver.driverCommissionSetting()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/freezingAmountOfWithdrawalSet")){ |
| | | <#button name="提现冻结额度设置" icon="fa-remove" clickFun="YesDriver.freezingAmountOfWithdrawalSet()" space="true"/> |
| | | @} |
| | | </div> |
| | | <#table id="YesDriverTable"/> |
| | | </div> |