公众号增加类型

This commit is contained in:
kuang.yife 2024-06-04 10:18:01 +08:00
parent 808ab3f3b4
commit f7334eed46
3 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@
}, },
{ {
field: 'publicType', field: 'publicType',
title: '类型', title: '内容方向',
align: 'center', align: 'center',
formatter: function(value, row, index) { formatter: function(value, row, index) {
return $.table.selectDictLabel(typeDict, value); return $.table.selectDictLabel(typeDict, value);

View File

@ -14,7 +14,7 @@
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
<label class="col-sm-3 control-label">类型</label> <label class="col-sm-3 control-label">内容方向</label>
<div class="col-sm-8"> <div class="col-sm-8">
<select name="publicType" class="form-control m-b" th:with="type=${@dict.getType('sys_public_type')}"> <select name="publicType" class="form-control m-b" th:with="type=${@dict.getType('sys_public_type')}">
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option> <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>

View File

@ -14,7 +14,7 @@
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
<label class="col-sm-3 control-label">消息类型</label> <label class="col-sm-3 control-label">内容方向</label>
<div class="col-sm-8"> <div class="col-sm-8">
<select name="publicType" class="form-control m-b" th:with="type=${@dict.getType('sys_public_type')}"> <select name="publicType" class="form-control m-b" th:with="type=${@dict.getType('sys_public_type')}">
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{publicType}"></option> <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{publicType}"></option>