init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
| 8 | <select class="select table_search" size="1"> | 8 | <select class="select table_search" size="1"> |
| 9 | <option value="" selected>还款状态</option> | 9 | <option value="" selected>还款状态</option> |
| 10 | <?php foreach ($this->session->repaymentPlans as $k=>$v):?> | 10 | <?php foreach ($this->session->repaymentPlans as $k=>$v):?> |
| 11 | <option value="<?=$v->id?>"><?=$v->name?></option> | 11 | <option value="<?=$k?>"><?=$v?></option> |
| 12 | <?php endforeach;?> | 12 | <?php endforeach;?> |
| 13 | </select> | 13 | </select> |
| 14 | </span> | 14 | </span> | ... | ... |
-
Please register or sign in to post a comment