diff --git a/project/xiushan/apps/financing/AppGrabLog/grabList.vue b/project/xiushan/apps/financing/AppGrabLog/grabList.vue index 561425f8..95e59377 100644 --- a/project/xiushan/apps/financing/AppGrabLog/grabList.vue +++ b/project/xiushan/apps/financing/AppGrabLog/grabList.vue @@ -55,7 +55,7 @@ export default { {label: "联系方式", prop: "phone"}, {label: "贷款经理", prop: "auditUserName"}, {label: "贷款银行", prop: "organizationName"}, - {label: "放款金额", prop: "auditAmount"}, + {label: "放款金额(万)", prop: "auditAmount"}, {label: "状态", prop: "status", dict: "financingDemandStatus"}, {label: "备注", prop: "remark"}, {slot: "options"}