Browse Source

授信额度加/

xuefy 3 years ago
parent
commit
fa9f9abaa1

+ 1 - 1
front-vue/src/views/service/credit/confirmationAudit.vue

@@ -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>

+ 1 - 1
front-vue/src/views/service/credit/financeOpen.vue

@@ -57,7 +57,7 @@
                             <el-option
                             v-for="item in creditLineList"
                             :key="item.value"
-                            :label="item.label+item.remaining"
+                            :label="item.label+'/'+item.remaining"
                             :value="item.value">
                             </el-option>
                             </el-select>