dbe1ac82 by yangjianbin

init

1 parent 8dfa7f34
......@@ -457,10 +457,10 @@
</span>
</div>
<div class="form-group col-sm-3 col-md-2">
<label>贷款用途</label>
<label>贷款性质</label>
<span class="form-control select-box">
<select class="select" size="1">
<?php foreach ($this->session->loanUseEnum as $k => $v): ?>
<?php foreach ($this->session->loanNatureEnum as $k => $v): ?>
<option value="<?= $k ?>"><?= $v ?></option>
<?php endforeach; ?>
</select>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!