|
|
@@ -220,6 +220,7 @@ const tableConfig: PlusColumn[] = [
|
|
|
},
|
|
|
{
|
|
|
label: "客户姓名",
|
|
|
+ width: 90,
|
|
|
prop: "userName"
|
|
|
},
|
|
|
{
|
|
|
@@ -274,21 +275,25 @@ const tableConfig: PlusColumn[] = [
|
|
|
{
|
|
|
label: "优先联系方式",
|
|
|
prop: "headContractType",
|
|
|
+ width: 110,
|
|
|
hideInSearch: true
|
|
|
},
|
|
|
{
|
|
|
label: "申请产品",
|
|
|
prop: "productName",
|
|
|
+ width: 100,
|
|
|
hideInSearch: true
|
|
|
},
|
|
|
{
|
|
|
label: "需求资金",
|
|
|
prop: "loanAmount",
|
|
|
+ width: 85,
|
|
|
hideInSearch: true
|
|
|
},
|
|
|
{
|
|
|
label: "贷款期限",
|
|
|
prop: "loanTerm",
|
|
|
+ width: 100,
|
|
|
hideInSearch: true,
|
|
|
formatter: val => getDictionary("LoanLimit", val)
|
|
|
},
|
|
|
@@ -317,6 +322,7 @@ const tableConfig: PlusColumn[] = [
|
|
|
{
|
|
|
label: "分配子账号",
|
|
|
prop: "follower",
|
|
|
+ width: 100,
|
|
|
hideInSearch: true
|
|
|
},
|
|
|
{
|
|
|
@@ -331,6 +337,9 @@ const tableConfig: PlusColumn[] = [
|
|
|
{
|
|
|
label: "备注",
|
|
|
prop: "remark",
|
|
|
+ tableColumnProps: {
|
|
|
+ showOverflowTooltip: true
|
|
|
+ },
|
|
|
hideInSearch: true
|
|
|
}
|
|
|
];
|