From 949bf4798368d0fce115993427e03758d4b3c897 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期二, 20 五月 2025 15:58:30 +0800 Subject: [PATCH] 修改bug --- ManagementOKTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tNotices/system_update.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ManagementOKTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tNotices/system_update.html b/ManagementOKTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tNotices/system_update.html index 8243e79..9841e57 100644 --- a/ManagementOKTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tNotices/system_update.html +++ b/ManagementOKTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tNotices/system_update.html @@ -7,11 +7,11 @@ <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> +<!-- <#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