Browse Source

Merge remote-tracking branch 'origin/master'

master
God 1 year ago
parent
commit
d9819126b4
  1. 2
      anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleAdd.vue

2
anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleAdd.vue

@ -120,6 +120,7 @@
<el-form-item prop="singleMainLastRepay"><el-input class="addinputInfo addinputw" v-model="formobj.singleMainLastRepay" clearable placeholder=""/></el-form-item>
</el-col>
</el-row>
<div v-if="formobj.isOtherPolicy == '1'">
<div class="title">其它融<span>({{ formobj.otherPolicyName }})</span></div>
<el-row>
<el-col :span="8">
@ -137,6 +138,7 @@
</el-row>
</div>
</div>
</div>
</el-form>
</div>
</div>

Loading…
Cancel
Save