dbe1ac82 by yangjianbin

init

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