This commit is contained in:
liuye
2022-04-11 10:05:34 +08:00
parent 09d107514b
commit 87c0493629

View File

@@ -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'},