From 01d8de48c76467ff3b99b204e66d3ef86506fa52 Mon Sep 17 00:00:00 2001 From: zhibing.pu <393733352@qq.com> Date: 星期四, 25 七月 2024 18:23:40 +0800 Subject: [PATCH] Merge branch '2.0' of http://120.76.84.145:10101/gitblit/r/java/IgoTravel into 2.0 --- ManagementIGOTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tSystemPrice/tSystemPrice.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ManagementIGOTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tSystemPrice/tSystemPrice.html b/ManagementIGOTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tSystemPrice/tSystemPrice.html index 3d98984..1e25ac3 100644 --- a/ManagementIGOTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tSystemPrice/tSystemPrice.html +++ b/ManagementIGOTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tSystemPrice/tSystemPrice.html @@ -26,7 +26,7 @@ </div> <div class="hidden-xs" id="TSystemPriceTableToolbar" role="group"> @if(shiro.hasPermission("/tSystemPrice/addSpecial")){ - <#button name="添加" icon="fa-plus" clickFun="TSystemPrice.addSpecial()"/> + <#button name="添加" icon="fa-plus" clickFun="TSystemPrice.addSpecial1()"/> @} @if(shiro.hasPermission("/tSystemPrice/updateSpecial")){ <#button name="修改" icon="fa-edit" clickFun="TSystemPrice.updateSpecial()" space="true"/> -- Gitblit v1.7.1