init
Showing
1 changed file
with
12 additions
and
0 deletions
| ... | @@ -55,6 +55,18 @@ | ... | @@ -55,6 +55,18 @@ |
| 55 | <div class="col-xs-2"> | 55 | <div class="col-xs-2"> |
| 56 | <input type="text" class="form-control input-text table_search" value="" placeholder="手机号" column="5" name="phoneNumber"> | 56 | <input type="text" class="form-control input-text table_search" value="" placeholder="手机号" column="5" name="phoneNumber"> |
| 57 | </div> | 57 | </div> |
| 58 | <div class="col-xs-2"> | ||
| 59 | <input type="text" class="form-control input-text table_search" value="" placeholder="最小申请金额" column="6" name="loanMinMoney"> | ||
| 60 | </div> | ||
| 61 | <div class="col-xs-2"> | ||
| 62 | <input type="text" class="form-control input-text table_search" value="" placeholder="最大申请金额" column="7" name="loanMaxMoney"> | ||
| 63 | </div> | ||
| 64 | <div class="col-xs-2"> | ||
| 65 | <input type="text" class="form-control input-text table_search" value="" placeholder="最小审批金额" column="8" name="ratifyMinMoney"> | ||
| 66 | </div> | ||
| 67 | <div class="col-xs-2"> | ||
| 68 | <input type="text" class="form-control input-text table_search" value="" placeholder="最大审批金额" column="9" name="ratifyMaxMoney"> | ||
| 69 | </div> | ||
| 58 | </div> | 70 | </div> |
| 59 | 71 | ||
| 60 | <div> | 72 | <div> | ... | ... |
-
Please register or sign in to post a comment