4b6e1f32 by yangjianbin

init

1 parent c7788bec
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
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->repaymentPlans as $k=>$v):?> 26 <?php foreach ($this->session->repaymentPlans as $k=>$v):?>
27 <option value="<?=$v->id?>"><?=$v->name?></option> 27 <option value="<?=$k?>"><?=$v?></option>
28 <?php endforeach;?> 28 <?php endforeach;?>
29 </select> 29 </select>
30 </span> 30 </span>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!