|
@@ -85,7 +85,7 @@
|
|
|
<el-table-column label="电子凭证类型" align="center" prop="zfpVoucherType" :formatter="voucherTypeFormat" :show-overflow-tooltip="true" v-if="uncheckList.zfpVoucherType"/>
|
|
|
<el-table-column label="服务费是否可退" align="center" prop="zfpCharge" :formatter="chargeFormat" :show-overflow-tooltip="true" v-if="uncheckList.zfpCharge"/>
|
|
|
<el-table-column label="产品状态" align="center" prop="zfpStatus" :formatter="statusFormat" :show-overflow-tooltip="true" v-if="uncheckList.zfpStatus"/>
|
|
|
- <el-table-column label="最小融资金额(万元)" align="center" prop="zfpMinimumAmount" :formatter="moneyFormat" :show-overflow-tooltip="true" v-if="uncheckList.zfpMinimumAmount"/>
|
|
|
+ <el-table-column label="最小融资金额(元)" align="center" prop="zfpMinimumAmount" :formatter="moneyFormat" :show-overflow-tooltip="true" v-if="uncheckList.zfpMinimumAmount"/>
|
|
|
<el-table-column label="最短账期" align="center" prop="zfpShortestPeriod" :show-overflow-tooltip="true" v-if="uncheckList.zfpShortestPeriod"/>
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="200">
|
|
|
<template slot-scope="scope">
|