From 87c0493629a959085cb164693aa1b91800277ba1 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 11 Apr 2022 10:05:34 +0800 Subject: [PATCH] bug --- .../apps/financing/AppFinancingNeeds/needsStatistics.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue index 8e788297..0dd841f0 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue @@ -104,11 +104,11 @@ export default { tableData: [], colConfigs: [ // {label: "产品名称", width: '200', prop: "enterpriseName"}, - {label: "联系人", width: '100', prop: "name"}, - {label: "联系方式", width: '140', prop: "phone"}, + {label: "联系人", width: '150', prop: "name"}, + {label: "联系方式", width: '150', prop: "phone"}, {label: "身份证号", width: '180', prop: "idNumber"}, {label: "企业主体", width: '200', prop: "enterpriseName"}, - {label: "贷款金额(万)", width: '120', prop: "loanAmount"}, + {label: "贷款金额(万)", width: '150', prop: "loanAmount"}, {label: "申请时间", width: '180', prop: "createTime"}, {label: "贷款机构", width: '200', prop: "organizationName"}, {label: "机构类型", width: '200', prop: "organizationType", dict:'financialOrganizationType'},