yanghb
2023-04-21 0481353111afb43a2322e18530dde26f1d841ead
ManagementTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tInvoice/tInvoice.html
@@ -42,8 +42,6 @@
                            @if(shiro.hasPermission("/tInvoice/again")){
                                <#button name="重新开票" icon="fa-edit" clickFun="TInvoice.again()"/>
                            @}
                            <#button name="同意开票" icon="fa-check" clickFun="TInvoice.agree()" space="true"/>
                            <#button name="拒绝开票" icon="fa-remove" clickFun="TInvoice.disagree()" space="true"/>
                            @if(shiro.hasPermission("/tInvoice/delete")){
                                <#button name="删除记录" icon="fa-remove" clickFun="TInvoice.delete()" space="true"/>
                            @}