Commit 03540480 authored by 沈翠玲's avatar 沈翠玲

页面调整

parent cac07f4c
......@@ -317,3 +317,6 @@ td {
content: '';
}
}
.el-statistic__content, .el-statistic__head {
text-align: center;
}
\ No newline at end of file
......@@ -61,8 +61,6 @@
<td>{{ item?.principalBalance }}</td>
</tr>
<tr>
<td class="label">欠息额</td>
<td>{{ item?.debitInterest }}</td>
<td class="label">手续费</td>
<td>{{ item?.commission }}</td>
</tr>
......
......@@ -65,8 +65,6 @@
>
</tr>
<tr>
<td class="label">欠息额</td>
<td>{{ item?.loan?.debitInterest }}</td>
<td class="label">手续费</td>
<td>{{ item?.loan?.commission }}</td>
<td class="label">跟进结果</td>
......@@ -250,6 +248,22 @@
search: { el: 'input', labelWidth: 80 },
width: 120,
},
{
field: 'cpe.username',
title: 'CPE',
showOverflow: 'tooltip',
width: 60,
search: { el: 'input', props: { clearable: true }, key: 'cpeName', labelWidth: 78 },
},
{
field: 'tenant.name',
showOverflow: 'tooltip',
enum: () => getTenantPage({ current: 1, size: 999999999, status: 'enable' }),
search: { el: 'select', props: { filterable: true }, key: 'tenantId', labelWidth: 78 },
fieldNames: { label: 'name', value: 'id' },
title: '调解中心',
width: 100,
},
{
field: 'reduceType',
title: '减免类型',
......
......@@ -3,20 +3,23 @@
<div>
<ProTable :config="config" ref="caseLRef" :api="getLoanpage" :paramCallback="paramCallback">
<template #table_top>
<div class="flex">
<div class="mr-4"
>未分派案件数:<span class="text-blue-500">{{ statisis.caseNum }}</span
></div
>
<div class="mr-4"
>未分派CPE数:<span class="text-blue-500">{{ statisis.cpeNum }}</span
></div
>
<div class="mr-4"
>未分派总金额数:<span class="text-blue-500">{{ statisis.amount }}</span
></div
>
</div>
<el-row class="mx-2 mb-2" :gutter="50">
<el-col :span="5">
<el-statistic title="未分派案件数" :value="statisis.caseNum" style="background: var(--el-color-primary-light-9)" class=" rounded-md">
<template #suffix></template>
</el-statistic>
</el-col>
<el-col :span="5">
<el-statistic title="未分派CPE数" :value="statisis.cpeNum" style="background: var(--el-color-primary-light-9)" class=" rounded-md">
<template #suffix></template>
</el-statistic>
</el-col>
<el-col :span="5">
<el-statistic title="未分派总金额数" :value="statisis.amount" style="background: var(--el-color-primary-light-9)" class=" rounded-md">
<template #suffix></template>
</el-statistic>
</el-col>
</el-row>
</template>
<!-- 表格 header 按钮 -->
<template #left_buttons>
......@@ -327,6 +330,150 @@
},
},
},
{
field: 'credit?.borrowingTime',
title: '借款时间',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.litigationStatus',
title: '诉讼执行状态',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.litigationCaseNo',
title: '诉讼案号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.executeCaseNo',
title: '执行案号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.closingStatus',
title: '结案状态',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.constantNo',
title: '合同编号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.planAmountOrg',
title: '资金方名称',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.planAmount',
title: '申请金额',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.paymentDate',
title: '借款日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overDate',
title: '到期日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.period',
title: '期数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.lastPaymentDate',
title: '最后还款日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.yearRate',
title: '年化利率',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.paymentAmount',
title: '订单总应还金额',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.interest',
title: '订单总应还利息',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.free',
title: '订单总应还其他费用',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overdue',
title: '逾期日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overdueDays',
title: '逾期天数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overduePeriod',
title: '逾期期数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overBalance',
title: '已还本金',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overInterest',
title: '已还利息',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overFree',
title: '已还其他费用',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.remark',
title: '备注',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.disbursement',
title: '垫付费用',
showOverflow: 'tooltip',
width: 80
},
],
onCheckboxChange: onCheckboxChange,
onCheckboxAll: onCheckboxAll,
......
......@@ -349,6 +349,150 @@
},
},
},
{
field: 'credit?.borrowingTime',
title: '借款时间',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.litigationStatus',
title: '诉讼执行状态',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.litigationCaseNo',
title: '诉讼案号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.executeCaseNo',
title: '执行案号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.closingStatus',
title: '结案状态',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.constantNo',
title: '合同编号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.planAmountOrg',
title: '资金方名称',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.planAmount',
title: '申请金额',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.paymentDate',
title: '借款日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overDate',
title: '到期日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.period',
title: '期数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.lastPaymentDate',
title: '最后还款日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.yearRate',
title: '年化利率',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.paymentAmount',
title: '订单总应还金额',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.interest',
title: '订单总应还利息',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.free',
title: '订单总应还其他费用',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overdue',
title: '逾期日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overdueDays',
title: '逾期天数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overduePeriod',
title: '逾期期数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overBalance',
title: '已还本金',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overInterest',
title: '已还利息',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overFree',
title: '已还其他费用',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.remark',
title: '备注',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.disbursement',
title: '垫付费用',
showOverflow: 'tooltip',
width: 80
},
],
onCheckboxChange: onCheckboxChange,
onCheckboxAll: onCheckboxAll,
......
......@@ -73,24 +73,24 @@
<el-button type="primary" @click="foldCaseTree">展开/折叠 </el-button>
</div>
<div class="box-content">
<el-row class="mx-2 mb-2">
<el-row class="mx-4 mb-2" :gutter="100">
<el-col :span="6">
<el-statistic title="委案金额" :value="sumCase.commissionAmount">
<el-statistic title="委案金额" :value="sumCase.commissionAmount" style="background: var(--el-color-primary-light-9)" class=" rounded-md">
<template #suffix></template>
</el-statistic>
</el-col>
<el-col :span="6">
<el-statistic title="累计减免金额" :value="sumCase.sumReductionAmount">
<el-statistic title="累计减免金额" :value="sumCase.sumReductionAmount" style="background: var(--el-color-primary-light-9)" class=" rounded-md">
<template #suffix></template>
</el-statistic>
</el-col>
<el-col :span="6">
<el-statistic title="累计还款金额" :value="sumCase.sumRepayAmount">
<el-statistic title="累计还款金额" :value="sumCase.sumRepayAmount" style="background: var(--el-color-primary-light-9)" class=" rounded-md">
<template #suffix></template>
</el-statistic>
</el-col>
<el-col :span="6">
<el-statistic title="剩余待还金额" :value="sumCase.remainingAmount">
<el-statistic title="剩余待还金额" :value="sumCase.remainingAmount" style="background: var(--el-color-primary-light-9)" class=" rounded-md">
<template #suffix></template>
</el-statistic>
</el-col>
......@@ -151,8 +151,6 @@
>
</tr>
<tr>
<td class="label">欠息额</td>
<td>{{ row?.debitInterest }}</td>
<td class="label">手续费</td>
<td>{{ row?.commission }}</td>
<td class="label">跟进结果</td>
......@@ -170,6 +168,66 @@
: ''
}}</td>
</tr>
<tr>
<td class="label">借款时间</td>
<td>{{ row?.credit?.borrowingTime }}</td>
<td class="label">诉讼执行状态</td>
<td>{{ row?.credit?.litigationStatus }}</td>
<td class="label">诉讼案号</td>
<td>{{ row?.credit?.litigationCaseNo }}</td>
<td class="label">执行案号</td>
<td>{{ row?.credit?.executeCaseNo }}</td>
</tr>
<tr>
<td class="label">结案状态</td>
<td>{{ row?.credit?.closingStatus }}</td>
<td class="label">合同编号</td>
<td>{{ row?.credit?.constantNo }}</td>
<td class="label">资金方名称</td>
<td>{{ row?.credit?.planAmountOrg }}</td>
<td class="label">申请金额</td>
<td>{{ row?.credit?.planAmount }}</td>
</tr>
<tr>
<td class="label">借款日期</td>
<td>{{ row?.credit?.paymentDate }}</td>
<td class="label">到期日期</td>
<td>{{ row?.credit?.overDate }}</td>
<td class="label">期数</td>
<td>{{ row?.credit?.period }}</td>
<td class="label">最后还款日期</td>
<td>{{ row?.credit?.lastPaymentDate }}</td>
</tr>
<tr>
<td class="label">年化利率</td>
<td>{{ row?.credit?.yearRate }}</td>
<td class="label">订单总应还金额</td>
<td>{{ row?.credit?.paymentAmount }}</td>
<td class="label">订单总应还利息</td>
<td>{{ row?.credit?.interest }}</td>
<td class="label">订单总应还其他费用</td>
<td>{{ row?.credit?.free }}</td>
</tr>
<tr>
<td class="label">逾期日期</td>
<td>{{ row?.credit?.overdue }}</td>
<td class="label">逾期天数</td>
<td>{{ row?.credit?.overdueDays }}</td>
<td class="label">逾期期数</td>
<td>{{ row?.credit?.overduePeriod }}</td>
<td class="label">已还本金</td>
<td>{{ row?.credit?.overBalance }}</td>
</tr>
<tr>
<td class="label">已还利息</td>
<td>{{ row?.credit?.overInterest }}</td>
<td class="label">已还其他费用</td>
<td>{{ row?.credit?.overFree }}</td>
<td class="label">备注</td>
<td>{{ row?.credit?.remark }}</td>
<td class="label">垫付费用</td>
<td>{{ row?.credit?.disbursement }}</td>
</tr>
</tbody>
</table>
</div>
......@@ -267,8 +325,6 @@
>
</tr>
<tr>
<td class="label">欠息额</td>
<td>{{ item?.loan?.debitInterest }}</td>
<td class="label">手续费</td>
<td>{{ item?.loan?.commission }}</td>
<td class="label">跟进结果</td>
......@@ -379,8 +435,6 @@
<td>{{ item?.principalBalance }}</td>
</tr>
<tr>
<td class="label">欠息额</td>
<td>{{ item?.debitInterest }}</td>
<td class="label">手续费</td>
<td>{{ item?.commission }}</td>
</tr>
......
<template>
<div class="table-box">
<div class="table-inner">
<ProTable :config="config" ref="caseLRef" :api="getCreditPage">
<ProTable :config="config" ref="caseLRef" :api="getCreditPage" :paramCallback="paramCallback">
<!-- <ProTable :config="config" ref="caseLRef" :data="data"> -->
<!-- <template #table_top>
<div class="topgrp">
......@@ -73,6 +73,20 @@
{ label: '撤案', value: 'withdraw' },
{ label: '留案', value: 'stay' },
];
const paramCallback = (param) => {
const obj = JSON.parse(JSON.stringify(param));
if (obj['cpeDate']) {
if (obj['cpeDate'][0]) obj['cpeDateBegin'] = obj['cpeDate'][0];
if (obj['cpeDate'][1]) obj['cpeDateEnd'] = obj['cpeDate'][1];
delete obj['cpeDate'];
}
if (obj['tenantTime']) {
if (obj['tenantTime'][0]) obj['tenantTimeBegin'] = obj['tenantTime'][0];
if (obj['tenantTime'][1]) obj['tenantTimeEnd'] = obj['tenantTime'][1];
delete obj['tenantTime'];
}
return obj;
};
const config = reactive({
columns: [
{
......@@ -199,8 +213,8 @@
width: 130,
search: {
el: 'date-picker',
props: { type: 'date', valueFormat: 'YYYY-MM-DD' },
labelWidth: 80,
props: { type: 'daterange', valueFormat: 'YYYY-MM-DD' },
labelWidth: 78,
},
},
{
......@@ -210,13 +224,6 @@
width: 80,
search: { el: 'input', props: { clearable: true }, labelWidth: 80 },
},
{
field: 'debitInterest',
showOverflow: 'tooltip',
title: '欠息额',
width: 80,
search: { el: 'input', props: { clearable: true }, labelWidth: 80 },
},
{
field: 'commission',
showOverflow: 'tooltip',
......@@ -282,6 +289,150 @@
},
},
},
{
field: 'credit?.borrowingTime',
title: '借款时间',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.litigationStatus',
title: '诉讼执行状态',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.litigationCaseNo',
title: '诉讼案号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.executeCaseNo',
title: '执行案号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.closingStatus',
title: '结案状态',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.constantNo',
title: '合同编号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.planAmountOrg',
title: '资金方名称',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.planAmount',
title: '申请金额',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.paymentDate',
title: '借款日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overDate',
title: '到期日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.period',
title: '期数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.lastPaymentDate',
title: '最后还款日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.yearRate',
title: '年化利率',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.paymentAmount',
title: '订单总应还金额',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.interest',
title: '订单总应还利息',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.free',
title: '订单总应还其他费用',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overdue',
title: '逾期日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overdueDays',
title: '逾期天数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overduePeriod',
title: '逾期期数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overBalance',
title: '已还本金',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overInterest',
title: '已还利息',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overFree',
title: '已还其他费用',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.remark',
title: '备注',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.disbursement',
title: '垫付费用',
showOverflow: 'tooltip',
width: 80
},
],
});
......
......@@ -348,6 +348,150 @@
},
},
},
{
field: 'credit?.borrowingTime',
title: '借款时间',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.litigationStatus',
title: '诉讼执行状态',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.litigationCaseNo',
title: '诉讼案号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.executeCaseNo',
title: '执行案号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.closingStatus',
title: '结案状态',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.constantNo',
title: '合同编号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.planAmountOrg',
title: '资金方名称',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.planAmount',
title: '申请金额',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.paymentDate',
title: '借款日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overDate',
title: '到期日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.period',
title: '期数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.lastPaymentDate',
title: '最后还款日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.yearRate',
title: '年化利率',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.paymentAmount',
title: '订单总应还金额',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.interest',
title: '订单总应还利息',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.free',
title: '订单总应还其他费用',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overdue',
title: '逾期日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overdueDays',
title: '逾期天数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overduePeriod',
title: '逾期期数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overBalance',
title: '已还本金',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overInterest',
title: '已还利息',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overFree',
title: '已还其他费用',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.remark',
title: '备注',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.disbursement',
title: '垫付费用',
showOverflow: 'tooltip',
width: 80
},
],
onCheckboxChange: onCheckboxChange,
onCheckboxAll: onCheckboxAll,
......
......@@ -180,12 +180,6 @@
width: 80,
// search: { el: 'input', props: { clearable: true }, labelWidth: 80 },
},
{
field: 'debitInterest',
title: '欠息额',
width: 80,
// search: { el: 'input', props: { clearable: true }, labelWidth: 80 },
},
{
field: 'commission',
title: '手续费',
......@@ -247,6 +241,156 @@
},
},
},
{
field: 'credit?.borrowingTime',
title: '借款时间',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.litigationStatus',
title: '诉讼执行状态',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.litigationCaseNo',
title: '诉讼案号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.executeCaseNo',
title: '执行案号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.closingStatus',
title: '结案状态',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.closingStatus',
title: '结案状态',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.constantNo',
title: '合同编号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.planAmountOrg',
title: '资金方名称',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.planAmount',
title: '申请金额',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.paymentDate',
title: '借款日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overDate',
title: '到期日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.period',
title: '期数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.lastPaymentDate',
title: '最后还款日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.yearRate',
title: '年化利率',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.paymentAmount',
title: '订单总应还金额',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.interest',
title: '订单总应还利息',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.free',
title: '订单总应还其他费用',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overdue',
title: '逾期日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overdueDays',
title: '逾期天数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overduePeriod',
title: '逾期期数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overBalance',
title: '已还本金',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overInterest',
title: '已还利息',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overFree',
title: '已还其他费用',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.remark',
title: '备注',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.disbursement',
title: '垫付费用',
showOverflow: 'tooltip',
width: 80
},
],
});
......
......@@ -52,6 +52,11 @@
if (userInfo.id) {
obj['cpe'] = userInfo.id;
}
if (obj['cpeDate']) {
if (obj['cpeDate'][0]) obj['cpeDateBegin'] = obj['cpeDate'][0];
if (obj['cpeDate'][1]) obj['cpeDateEnd'] = obj['cpeDate'][1];
delete obj['cpeDate'];
}
curParam.value = obj;
return obj;
};
......@@ -233,8 +238,8 @@
width: 130,
search: {
el: 'date-picker',
props: { type: 'date', valueFormat: 'YYYY-MM-DD' },
labelWidth: 80,
props: { type: 'daterange', valueFormat: 'YYYY-MM-DD' },
labelWidth: 78,
},
},
{
......@@ -244,13 +249,6 @@
width: 80,
search: { el: 'input', props: { clearable: true }, labelWidth: 80 },
},
{
field: 'debitInterest',
showOverflow: 'tooltip',
title: '欠息额',
width: 80,
search: { el: 'input', props: { clearable: true }, labelWidth: 80 },
},
{
field: 'commission',
showOverflow: 'tooltip',
......@@ -316,6 +314,150 @@
},
},
},
{
field: 'credit?.borrowingTime',
title: '借款时间',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.litigationStatus',
title: '诉讼执行状态',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.litigationCaseNo',
title: '诉讼案号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.executeCaseNo',
title: '执行案号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.closingStatus',
title: '结案状态',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.constantNo',
title: '合同编号',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.planAmountOrg',
title: '资金方名称',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.planAmount',
title: '申请金额',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.paymentDate',
title: '借款日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overDate',
title: '到期日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.period',
title: '期数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.lastPaymentDate',
title: '最后还款日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.yearRate',
title: '年化利率',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.paymentAmount',
title: '订单总应还金额',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.interest',
title: '订单总应还利息',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.free',
title: '订单总应还其他费用',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overdue',
title: '逾期日期',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overdueDays',
title: '逾期天数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overduePeriod',
title: '逾期期数',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overBalance',
title: '已还本金',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overInterest',
title: '已还利息',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.overFree',
title: '已还其他费用',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.remark',
title: '备注',
showOverflow: 'tooltip',
width: 80
},
{
field: 'credit?.disbursement',
title: '垫付费用',
showOverflow: 'tooltip',
width: 80
},
],
onCheckboxChange: onCheckboxChange,
onCheckboxAll: onCheckboxAll,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment