d960a6ec by yangjianbin

init

1 parent 3cdab7e4
......@@ -16,7 +16,9 @@
<span class="select-box">
<select class="select table_search" size="1">
<option value="" selected>还款状态</option>
<option value="1"></option>
<?php foreach ($this->session->repaymentPlans as $k => $v): ?>
<option value="<?= $k ?>"><?= $v ?></option>
<?php endforeach; ?>
</select>
</span>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!