活动管理-下拉框修改
This commit is contained in:
parent
4ff427f9fb
commit
184363a90b
|
|
@ -40,7 +40,7 @@
|
||||||
<!-- </li>-->
|
<!-- </li>-->
|
||||||
<li>
|
<li>
|
||||||
<label>发奖结果:</label>
|
<label>发奖结果:</label>
|
||||||
<select name="AWARDRESULT" th:with="type=${@dict.getType('drawResult')}" style="width: 80px">
|
<select name="AWARDRESULT" th:with="type=${@dict.getType('drawResult')}" style="width: 100px">
|
||||||
<option value="">所有</option>
|
<option value="">所有</option>
|
||||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
|
||||||
th:value="${dict.dictValue}"></option>
|
th:value="${dict.dictValue}"></option>
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label>奖品类型:</label>
|
<label>奖品类型:</label>
|
||||||
<select name="PRIZETYPE" th:with="type=${@dict.getType('prizeType')}" style="width: 80px">
|
<select name="PRIZETYPE" th:with="type=${@dict.getType('prizeType')}" style="width: 120px">
|
||||||
<option value="">所有</option>
|
<option value="">所有</option>
|
||||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
|
||||||
th:value="${dict.dictValue}"></option>
|
th:value="${dict.dictValue}"></option>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label>奖品类型:</label>
|
<label>奖品类型:</label>
|
||||||
<select name="PRIZETYPE" th:with="type=${@dict.getType('prizeType')}" style="width: 100px">
|
<select name="PRIZETYPE" th:with="type=${@dict.getType('prizeType')}" style="width: 120px">
|
||||||
<option value="">所有</option>
|
<option value="">所有</option>
|
||||||
<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>
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue