BUG 29168
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| <template> | ||||
|   <section class="AppNeedSta"> | ||||
|     <ai-list> | ||||
|       <ai-title slot="title" title="贷款情况汇总" isShowBottomBorder isShowArea v-model="search.areaId" | ||||
|       <ai-title slot="title" title="融资情况汇总" isShowBottomBorder isShowArea v-model="search.areaId" | ||||
|                 @change="page.current=1,getTableData()" :instance="instance"/> | ||||
|       <template #content> | ||||
|         <ai-search-bar> | ||||
| @@ -62,11 +62,11 @@ export default { | ||||
|         {label: "联系人", width: '150', prop: "name"}, | ||||
|         {label: "联系方式", width: '150', prop: "phone"}, | ||||
|         // {label: "身份证号", width: '180', prop: "idNumber"}, | ||||
|         {label: "企业主体", width: '200', prop: "enterpriseName"}, | ||||
|         {label: "企业主体", prop: "enterpriseName"}, | ||||
|         {label: "意向金额(万)", width: '150', prop: "loanAmount"}, | ||||
|         {label: "申请时间", width: '180', prop: "createTime"}, | ||||
|         {label: "客户经理", width: '200', prop: "auditUserName"}, | ||||
|         {label: "贷款银行", width: '200', prop: "organizationName"}, | ||||
|         {label: "贷款银行", prop: "organizationName"}, | ||||
|         {label: "放款金额(万)", width: '200', prop: "auditAmount"}, | ||||
|         // {label: "机构类型", width: '200', prop: "organizationType", dict:'financialOrganizationType'}, | ||||
|       ], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user