|
@@ -89,7 +89,7 @@
|
|
|
<el-col :span="8" v-if="this.zfiCreateType == 0">
|
|
|
<el-form-item label="授信额度" prop="zfiCoreQuotaId">
|
|
|
<el-select style="width:300px" v-model="form.zfiCoreQuotaId" filterable clearable remote>
|
|
|
- <el-option v-for="item in creditLineList" :key="item.value" :label="item.label+item.remaining" :value="item.value">
|
|
|
+ <el-option v-for="item in creditLineList" :key="item.value" :label="item.label+'/'+item.remaining" :value="item.value">
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|