From 5da77df064a46f85ef1bf2a76c9980aec2d388a0 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 8 Apr 2022 10:10:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=B7=E6=AC=BE=E5=AE=A1=E6=89=B9=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/xiushan/apps/finance/AppLoanAudit/loanList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/apps/finance/AppLoanAudit/loanList.vue b/project/xiushan/apps/finance/AppLoanAudit/loanList.vue index b52629e5..d4b0bac3 100644 --- a/project/xiushan/apps/finance/AppLoanAudit/loanList.vue +++ b/project/xiushan/apps/finance/AppLoanAudit/loanList.vue @@ -64,7 +64,7 @@ export default { {label: "身份证号", render: (h, {row}) => h('p', this.idCardNoUtil.hideId(row.idNumber)), width: 160}, {label: "企业主体", prop: "enterpriseName"}, {label: "贷款金额(万)", prop: "loanAmount"}, - {label: "申请时间", prop: "createTime"}, + {label: "申请时间", prop: "createTime",width: 160}, {label: "贷款机构", prop: "organizationName"}, {label: "机构类型", prop: "organizationType", dict: "financialOrganizationType"}, {label: "状态", prop: "status", align: "center", dict: "financialLoanApplyStatus"},