Browse Source

完善其它融产品报备--增加最高融资比列

master
yunuo970428 2 years ago
parent
commit
8dd2eee398
  1. 5
      anrui-riskcenter-ui/src/views/otherfinancialproductsreport/otherfinancialproductsreportAdd.vue
  2. 5
      anrui-riskcenter-ui/src/views/otherfinancialproductsreport/otherfinancialproductsreportInfo.vue
  3. 5
      anrui-riskcenter-ui/src/views/workFlow/qitarongchanpinFlow/otherfinancialproductsreportByDivisionOperate.vue
  4. 5
      anrui-riskcenter-ui/src/views/workFlow/qitarongchanpinFlow/otherfinancialproductsreportDaiBan.vue
  5. 5
      anrui-riskcenter-ui/src/views/workFlow/qitarongchanpinFlow/otherfinancialproductsreportEdit.vue
  6. 5
      anrui-riskcenter-ui/src/views/workFlow/qitarongchanpinFlow/otherfinancialproductsreportYiBan.vue

5
anrui-riskcenter-ui/src/views/otherfinancialproductsreport/otherfinancialproductsreportAdd.vue

@ -73,6 +73,11 @@
<span>{{ scope.row.vehTypeValue }}</span>
</template>
</el-table-column>
<el-table-column label="最高融资比例(%)" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.maxLoanRatio }}</span>
</template>
</el-table-column>
<el-table-column label="最高融资额(元)" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.maxLoanAmount }}</span>

5
anrui-riskcenter-ui/src/views/otherfinancialproductsreport/otherfinancialproductsreportInfo.vue

@ -64,6 +64,11 @@
<span>{{ scope.row.vehTypeValue }}</span>
</template>
</el-table-column>
<el-table-column label="最高融资比例(%)" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.maxLoanRatio }}</span>
</template>
</el-table-column>
<el-table-column label="最高融资额(元)" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.maxLoanAmount }}</span>

5
anrui-riskcenter-ui/src/views/workFlow/qitarongchanpinFlow/otherfinancialproductsreportByDivisionOperate.vue

@ -66,6 +66,11 @@
<span>{{ scope.row.vehTypeValue }}</span>
</template>
</el-table-column>
<el-table-column label="最高融资比例(%)" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.maxLoanRatio }}</span>
</template>
</el-table-column>
<el-table-column label="最高融资额(元)" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.maxLoanAmount }}</span>

5
anrui-riskcenter-ui/src/views/workFlow/qitarongchanpinFlow/otherfinancialproductsreportDaiBan.vue

@ -66,6 +66,11 @@
<span>{{ scope.row.vehTypeValue }}</span>
</template>
</el-table-column>
<el-table-column label="最高融资比例(%)" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.maxLoanRatio }}</span>
</template>
</el-table-column>
<el-table-column label="最高融资额(元)" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.maxLoanAmount }}</span>

5
anrui-riskcenter-ui/src/views/workFlow/qitarongchanpinFlow/otherfinancialproductsreportEdit.vue

@ -72,6 +72,11 @@
<span>{{ scope.row.vehTypeValue }}</span>
</template>
</el-table-column>
<el-table-column label="最高融资比例(%)" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.maxLoanRatio }}</span>
</template>
</el-table-column>
<el-table-column label="最高融资额(元)" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.maxLoanAmount }}</span>

5
anrui-riskcenter-ui/src/views/workFlow/qitarongchanpinFlow/otherfinancialproductsreportYiBan.vue

@ -64,6 +64,11 @@
<span>{{ scope.row.vehTypeValue }}</span>
</template>
</el-table-column>
<el-table-column label="最高融资比例(%)" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.maxLoanRatio }}</span>
</template>
</el-table-column>
<el-table-column label="最高融资额(元)" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.maxLoanAmount }}</span>

Loading…
Cancel
Save