From ef96dbc9278ebae4af204cca9de98c63f0d6328e Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期三, 20 九月 2023 19:16:21 +0800 Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/PlayPai --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_imgAll.html | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_imgAll.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_imgAll.html index 9a40637..bd5cfc4 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_imgAll.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_imgAll.html @@ -182,17 +182,26 @@ </div> + <div>首页其他板块设置</div> + <#button name="添加" icon="fa-plus" clickFun="TCompetition.openAddTCompetition(id)"/> + <#button name="编辑" icon="fa-edit" clickFun="TCompetition.openTCompetitionDetail()" space="true"/> + <#button name="删除" icon="fa-remove" clickFun="TCompetition.freeze()" space="true"/> + <#button name="开启" icon="fa-remove" clickFun="TCompetition.unfreeze()" space="true"/> + <#button name="关闭" icon="fa-remove" clickFun="TCompetition.info()" space="true"/> + <#table id="TCompetitionOtherTable"/> + + </div> <div class="row btn-group-m-t"> <div class="col-sm-10 col-sm-offset-5"> - <#button btnCss="info" name="保存" id="ensure" icon="fa-check" clickFun="TCarInfoDlg.saveAllImg()"/> + <#button btnCss="info" name="保存" id="ensure" icon="fa-check" clickFun="TCompetition.saveAllImg()"/> </div> </div> </div> </div> -<script src="${ctxPath}/modular/system/tShop/tShop_info.js"></script> +<script src="${ctxPath}/modular/system/tShop/tShopOther.js"></script> <script> </script> -- Gitblit v1.7.1