|
|
@@ -209,6 +209,7 @@ const tableConfig: PlusColumn[] = [
|
|
|
},
|
|
|
{
|
|
|
label: "客户姓名",
|
|
|
+ width: 90,
|
|
|
prop: "userName"
|
|
|
},
|
|
|
{
|
|
|
@@ -263,16 +264,19 @@ const tableConfig: PlusColumn[] = [
|
|
|
{
|
|
|
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)
|
|
|
},
|
|
|
@@ -299,6 +303,9 @@ const tableConfig: PlusColumn[] = [
|
|
|
{
|
|
|
label: "备注",
|
|
|
prop: "remark",
|
|
|
+ tableColumnProps: {
|
|
|
+ showOverflowTooltip: true
|
|
|
+ },
|
|
|
hideInSearch: true
|
|
|
}
|
|
|
];
|