init
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -16,7 +16,9 @@ | ... | @@ -16,7 +16,9 @@ |
| 16 | <span class="select-box"> | 16 | <span class="select-box"> |
| 17 | <select class="select table_search" size="1"> | 17 | <select class="select table_search" size="1"> |
| 18 | <option value="" selected>还款状态</option> | 18 | <option value="" selected>还款状态</option> |
| 19 | <option value="1"></option> | 19 | <?php foreach ($this->session->repaymentPlans as $k => $v): ?> |
| 20 | <option value="<?= $k ?>"><?= $v ?></option> | ||
| 21 | <?php endforeach; ?> | ||
| 20 | </select> | 22 | </select> |
| 21 | </span> | 23 | </span> |
| 22 | </div> | 24 | </div> | ... | ... |
-
Please register or sign in to post a comment