活动管理-下拉框位置改变
This commit is contained in:
parent
6bf6dec1c9
commit
4784b6e74a
|
|
@ -18,6 +18,23 @@
|
|||
<label>任务流水:</label>
|
||||
<input type="text" name="TASKID"/>
|
||||
</li>
|
||||
|
||||
<!-- <li>-->
|
||||
<!-- <label>可用次数:</label>-->
|
||||
<!-- <input type="text" name="AVAILABLENUMBER"/>-->
|
||||
<!-- </li>-->
|
||||
<li>
|
||||
<label>手机号:</label>
|
||||
<input type="text" name="PHONE"/>
|
||||
</li>
|
||||
<!-- <li>-->
|
||||
<!-- <label>身份认证状态:</label>-->
|
||||
<!-- <input type="text" name="VSTATE"/>-->
|
||||
<!-- </li>-->
|
||||
<li>
|
||||
<label>用户等级:</label>
|
||||
<input type="text" name="ULEVEL"/>
|
||||
</li>
|
||||
<li>
|
||||
<label>次数类型:</label>
|
||||
<select name="TYPE" th:with="type=${@dict.getType('drawType')}" style="width: 80px">
|
||||
|
|
@ -37,22 +54,6 @@
|
|||
</select>
|
||||
</li>
|
||||
<!-- <li>-->
|
||||
<!-- <label>可用次数:</label>-->
|
||||
<!-- <input type="text" name="AVAILABLENUMBER"/>-->
|
||||
<!-- </li>-->
|
||||
<li>
|
||||
<label>手机号:</label>
|
||||
<input type="text" name="PHONE"/>
|
||||
</li>
|
||||
<!-- <li>-->
|
||||
<!-- <label>身份认证状态:</label>-->
|
||||
<!-- <input type="text" name="VSTATE"/>-->
|
||||
<!-- </li>-->
|
||||
<li>
|
||||
<label>用户等级:</label>
|
||||
<input type="text" name="ULEVEL"/>
|
||||
</li>
|
||||
<!-- <li>-->
|
||||
<!-- <label>请求来源:</label>-->
|
||||
<!-- <input type="text" name="SOURCE"/>-->
|
||||
<!-- </li>-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue