活动管理-下拉框样式修改
This commit is contained in:
parent
e4c9dd6c52
commit
a5e9810ab6
|
|
@ -20,7 +20,7 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label>次数类型:</label>
|
<label>次数类型:</label>
|
||||||
<select name="TYPE" th:with="type=${@dict.getType('drawType')}">
|
<select name="TYPE" th:with="type=${@dict.getType('drawType')}" style="width: 80px">
|
||||||
<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>
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
<!-- </li>-->
|
<!-- </li>-->
|
||||||
<li>
|
<li>
|
||||||
<label>状态:</label>
|
<label>状态:</label>
|
||||||
<select name="STATE" th:with="type=${@dict.getType('status')}">
|
<select name="STATE" th:with="type=${@dict.getType('status')}" style="width: 80px">
|
||||||
<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>
|
||||||
|
|
|
||||||
|
|
@ -60,14 +60,14 @@
|
||||||
<!-- </li>-->
|
<!-- </li>-->
|
||||||
<li>
|
<li>
|
||||||
<label>奖品等级:</label>
|
<label>奖品等级:</label>
|
||||||
<select name="PRIZELEVEL" th:with="type=${@dict.getType('prizeLevel')}">
|
<select name="PRIZELEVEL" th:with="type=${@dict.getType('prizeLevel')}" style="width: 80px">
|
||||||
<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>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label>奖品类型:</label>
|
<label>奖品类型:</label>
|
||||||
<select name="PRIZETYPE" th:with="type=${@dict.getType('prizeType')}">
|
<select name="PRIZETYPE" th:with="type=${@dict.getType('prizeType')}" style="width: 80px">
|
||||||
<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>
|
||||||
|
|
|
||||||
|
|
@ -18,17 +18,17 @@
|
||||||
<label>奖品名称:</label>
|
<label>奖品名称:</label>
|
||||||
<input type="text" name="PRIZENAME"/>
|
<input type="text" name="PRIZENAME"/>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<label>奖品面额:</label>
|
||||||
|
<input type="text" name="PRIZEVALUE"/>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label>奖品类型:</label>
|
<label>奖品类型:</label>
|
||||||
<select name="PRIZETYPE" th:with="type=${@dict.getType('prizeType')}">
|
<select name="PRIZETYPE" th:with="type=${@dict.getType('prizeType')}" style="width: 100px">
|
||||||
<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>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<label>奖品面额:</label>
|
|
||||||
<input type="text" name="PRIZEVALUE"/>
|
|
||||||
</li>
|
|
||||||
<!-- <li>-->
|
<!-- <li>-->
|
||||||
<!-- <label>创建时间:</label>-->
|
<!-- <label>创建时间:</label>-->
|
||||||
<!-- <input type="text" class="time-input" placeholder="请选择创建时间" name="CREATETIMESTAMP"/>-->
|
<!-- <input type="text" class="time-input" placeholder="请选择创建时间" name="CREATETIMESTAMP"/>-->
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
<!-- </li>-->
|
<!-- </li>-->
|
||||||
<li>
|
<li>
|
||||||
<label>状态:</label>
|
<label>状态:</label>
|
||||||
<select name="STATUS" th:with="type=${@dict.getType('status')}">
|
<select name="STATUS" th:with="type=${@dict.getType('status')}" style="width: 80px">
|
||||||
<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>
|
||||||
|
|
|
||||||
|
|
@ -34,9 +34,13 @@
|
||||||
<label>奖品代码:</label>
|
<label>奖品代码:</label>
|
||||||
<input type="text" name="PRIZECODE"/>
|
<input type="text" name="PRIZECODE"/>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<label>用户名:</label>
|
||||||
|
<input type="text" name="USERNAME"/>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label>奖品类型:</label>
|
<label>奖品类型:</label>
|
||||||
<select name="PRIZETYPE" th:with="type=${@dict.getType('prizeType')}">
|
<select name="PRIZETYPE" th:with="type=${@dict.getType('prizeType')}" style="width: 100px">
|
||||||
<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>
|
||||||
|
|
@ -57,13 +61,9 @@
|
||||||
<!-- <label>渠道:</label>-->
|
<!-- <label>渠道:</label>-->
|
||||||
<!-- <input type="text" name="CHANNEL"/>-->
|
<!-- <input type="text" name="CHANNEL"/>-->
|
||||||
<!-- </li>-->
|
<!-- </li>-->
|
||||||
<li>
|
|
||||||
<label>用户名:</label>
|
|
||||||
<input type="text" name="USERNAME"/>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<label>奖品等级:</label>
|
<label>奖品等级:</label>
|
||||||
<select name="PRIZELEVEL" th:with="type=${@dict.getType('prizeLevel')}">
|
<select name="PRIZELEVEL" th:with="type=${@dict.getType('prizeLevel')}" style="width: 80px">
|
||||||
<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