63254c52 by yangjianbin

init

1 parent cbf7f397
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 <span class="select-box"> 7 <span class="select-box">
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->repayStatus as $k=>$v):?> 10 <?php foreach ($this->session->repaymentPlans as $k=>$v):?>
11 <option value="<?=$v->id?>"><?=$v->name?></option> 11 <option value="<?=$v->id?>"><?=$v->name?></option>
12 <?php endforeach;?> 12 <?php endforeach;?>
13 </select> 13 </select>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!