From 3f06b9de8009c1f0c16ee1996a4a8d03483fcd5b Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期二, 20 六月 2023 16:59:05 +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