清理idCardNoUtils,改使用ID对象
This commit is contained in:
@@ -522,7 +522,7 @@ export default {
|
||||
{
|
||||
label: "证件号",
|
||||
render: (h, {row}) =>
|
||||
h("p", null, this.idCardNoUtil.hideId(row.idNumber)),
|
||||
h("p", null, ID.hideId(row.idNumber)),
|
||||
},
|
||||
{slot: "options"},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user