| | |
| | | @if(shiro.hasPermission("/tDriver/thaw")){ |
| | | <#button name="解冻司机" icon="fa-remove" clickFun="YesDriver.thaw()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/training")){ |
| | | <#button name="添加培训记录" icon="fa-remove" clickFun="YesDriver.training()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/illegal")){ |
| | | <#button name="添加处罚记录" icon="fa-remove" clickFun="YesDriver.punish()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/import")){ |
| | | <#button btnCss="info" name="下载模板" id="uploadModel" icon="fa fa-level-down" clickFun="YesDriver.uploadDriverModel()" space="true"/> |
| | | <#button btnCss="danger" name="导入" id="uploadEventBtn" icon="fa fa-level-up" space="true"/> |