7984974f by yangjianbin

init

1 parent bc3df8dd
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
6 <div class="row cl mb-20"> 6 <div class="row cl mb-20">
7 <div class="col-xs-2"> 7 <div class="col-xs-2">
8 <span class="select-box"> 8 <span class="select-box">
9 <select class="select" name="code" size="1" id="file"> 9 <select class="select" name="code" size="1">
10 <option value="" selected>选择字段</option> 10 <option value="" selected>选择字段</option>
11 <option value="productName">产品名称</option> 11 <option value="0">产品名称</option>
12 <option value="repaymentMode">还款方式</option> 12 <option value="1">还款方式</option>
13 </select> 13 </select>
14 </span> 14 </span>
15 </div> 15 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!