清理idCardNoUtils,改使用ID对象
This commit is contained in:
		| @@ -34,6 +34,7 @@ | ||||
|  | ||||
| <script> | ||||
| import {mapState} from "vuex"; | ||||
| import {ID} from "dvcp-ui/lib/js/utils"; | ||||
|  | ||||
| export default { | ||||
|   name: "AppLoanSta", | ||||
| @@ -55,7 +56,7 @@ export default { | ||||
|         {label: "产品名称", width: '200', prop: "productName"}, | ||||
|         {label: "联系人", width: '100', prop: "name"}, | ||||
|         {label: "联系方式", width: '140', prop: "phone"}, | ||||
|         {label: "身份证号", render: (h, {row}) => h('p', this.idCardNoUtil.hideId(row.idNumber)), width: 160}, | ||||
|         {label: "身份证号", render: (h, {row}) => h('p', ID.hideId(row.idNumber)), width: 160}, | ||||
|         {label: "企业主体", width: '200', prop: "enterpriseName"}, | ||||
|         {label: "贷款金额(万)", width: '120', prop: "loanAmount"}, | ||||
|         {label: "申请时间", prop: "createTime", width: 160}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user