记得上下班打卡 | git大法好,push需谨慎

Commit edb1f108 authored by anjiabin's avatar anjiabin

会员订单修改

parent 7b5068c4
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
<li> <li>
<label>购买方式:</label> <label>购买方式:</label>
<select name="mode" th:with="type=${@dict.getType('zhengzai_buy_mode')}"> <select name="mode" th:with="type=${@dict.getType('zhengzai_buy_mode')}">
<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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment