Browse Source

监督端-添加通知状态修改

v6
zouyx 1 year ago
parent
commit
c30ceb540f
  1. 2
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/system/notice/add.html

2
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/system/notice/add.html

@ -46,7 +46,7 @@
<div class="form-group">
<label class="col-sm-2 control-label">发布状态:</label>
<div class="col-sm-10">
<div class="radio-box" th:each="dict : ${@dict.getType('sys_notice_status')}">
<div class="radio-box" th:each="dict : ${@dict.getType('notice_status_type')}">
<input type="radio" th:id="${dict.dictCode}" name="status" th:value="${dict.dictValue}" th:checked="${dict.default}">
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>

Loading…
Cancel
Save