活动管理-抽奖活动管理修改页面展示

This commit is contained in:
xu0625 2021-03-31 09:40:01 +08:00
parent 91526430ad
commit b656222e6c
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label class="col-sm-4 control-label is-required">奖品发放制</label>
<label class="col-sm-4 control-label is-required">奖品发放制:</label>
<div class="col-sm-8">
<select name="AWARDTYPE" class="form-control" th:with="type=${@dict.getType('AWARDTYPE')}">
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>