| | |
| | | @if(shiro.hasPermission("/tOrder/tOrder-exception")){ |
| | | <#button name="异常" icon="" clickFun="TOrder.tOrderException()"/> |
| | | @} |
| | | <div style="border-radius: 20px;background-color: red;color: #ffffff;width: 20px;height: 20px;text-align: center;line-height: 20px;font-size: 8px;position: absolute;left: 200px;top: -10px;">${error}</div> |
| | | @if(shiro.hasPermission("/tOrder/export")){ |
| | | <#button name="导出" icon="" clickFun="TOrder.export()"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tOrder/cancelOrderUpdate")){ |
| | | <#button name="关闭订单" icon="" clickFun="TOrder.cancelOrderUpdate()"/> |
| | | @} |
| | | </div> |
| | | <#table id="TOrderTable"/> |
| | | </div> |