init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
| 23 | <span class="select-box"> | 23 | <span class="select-box"> |
| 24 | <select class="select table_search" column="17" name="repayStatus"> | 24 | <select class="select table_search" column="17" name="repayStatus"> |
| 25 | <option value="" selected>还款状态</option> | 25 | <option value="" selected>还款状态</option> |
| 26 | <?php foreach ($this->session->repayStatus as $k=>$v):?> | 26 | <?php foreach ($this->session->repaymentPlans as $k=>$v):?> |
| 27 | <option value="<?=$v->id?>"><?=$v->name?></option> | 27 | <option value="<?=$v->id?>"><?=$v->name?></option> |
| 28 | <?php endforeach;?> | 28 | <?php endforeach;?> |
| 29 | </select> | 29 | </select> | ... | ... |
-
Please register or sign in to post a comment