公众号增加类型
This commit is contained in:
parent
808ab3f3b4
commit
f7334eed46
|
|
@ -71,7 +71,7 @@
|
|||
},
|
||||
{
|
||||
field: 'publicType',
|
||||
title: '类型',
|
||||
title: '内容方向',
|
||||
align: 'center',
|
||||
formatter: function(value, row, index) {
|
||||
return $.table.selectDictLabel(typeDict, value);
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<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">
|
||||
<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>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<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">
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue