公众号增加类型
This commit is contained in:
parent
808ab3f3b4
commit
f7334eed46
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue