From f58cca364b731eac2d60a440ffaa804be3cd43fd Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期五, 30 六月 2023 10:32:28 +0800 Subject: [PATCH] 修改bug --- management/guns-admin/src/main/webapp/WEB-INF/view/system/tOrder/tOrder.html | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tOrder/tOrder.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tOrder/tOrder.html index 0be89cb..04111cf 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tOrder/tOrder.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tOrder/tOrder.html @@ -64,9 +64,13 @@ @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> -- Gitblit v1.7.1