Commit 01208c02 by tang

隐藏费率模块不需要的支付方式

parent 5211b168
......@@ -126,7 +126,7 @@
<%--</form:option>--%>
<%--</form:select></li>--%>
<%--<li class="clearfix"></li>--%>
<li><label>支付方式:</label><form:select cssStyle="width: 100px;" path="payMethod" items="${fns:getDictList('pay_method')}" itemLabel="label" itemValue="value" htmlEscape="false" />
<li><label>支付方式:</label><form:select cssStyle="width: 100px;" path="payMethod" items="${fns:getDictList('pay_rate_method')}" itemLabel="label" itemValue="value" htmlEscape="false" />
</li>
<li><label>支付渠道:</label><form:select cssStyle="width: 150px;" path="payChannel" items="${fns:getDictList('pay_channel')}" itemLabel="label" itemValue="value" htmlEscape="false" />
</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