资金利息为0,是否垫资为否时,不展示“垫资金额字段”
parent
553a4936e0
commit
abc468c19d
|
@ -191,7 +191,7 @@
|
|||
<span>{{processForm.isPrepaid}}</span>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="垫资金额">
|
||||
<el-form-item label="垫资金额" v-if="processForm.isPrepaid!=='否'">
|
||||
<span>{{processForm.repaidAmount}}</span>
|
||||
</el-form-item>
|
||||
|
||||
|
|
Loading…
Reference in New Issue