From 51a0a7ac431f11683958c8e4972f78c52a5dedb2 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期二, 24 十二月 2024 19:03:53 +0800 Subject: [PATCH] 修改 bug --- ManagementAHTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tNotices/system_update.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ManagementAHTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tNotices/system_update.html b/ManagementAHTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tNotices/system_update.html index 8243e79..cb6240c 100644 --- a/ManagementAHTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tNotices/system_update.html +++ b/ManagementAHTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tNotices/system_update.html @@ -7,11 +7,13 @@ <div class="col-sm-11"> <#avatar id="imgUrl" name="封面:" avatarImg="${item.imgUrl}"/> <#input id="title" name="标题" value="${item.title}"/> + <!-- <#select id="isBroadcast" name="是否播报:" > <option value="">选择是否播报</option> <option value="1" ${1 == item.isBroadcast ? 'selected=selected' : ''}>是</option> <option value="2" ${2 == item.isBroadcast ? 'selected=selected' : ''}>否</option> </#select> + --> <div class="form-group" id="contentDiv"> <label class="col-sm-3 control-label">公告内容:</label> <div class="col-sm-9"> -- Gitblit v1.7.1