|
|
@@ -117,7 +117,7 @@ |
|
|
|
computed, |
|
|
|
} from 'vue' |
|
|
|
import { ElMessage } from 'element-plus' |
|
|
|
import { getDictLabel } from '@/utils/utils' |
|
|
|
import {dataDesensitization, getDictLabel} from '@/utils/utils' |
|
|
|
import BaseService from '@/utils/baseService' |
|
|
|
import { IObject } from '@/types/interface' |
|
|
|
import AddOrUpdate from './addorupdate.vue' |
|
|
@@ -264,10 +264,23 @@ |
|
|
|
label: '员工工号', |
|
|
|
width: 100, |
|
|
|
}, |
|
|
|
{ |
|
|
|
prop: 'idNum', |
|
|
|
label: '员工证件号', |
|
|
|
width: 150, |
|
|
|
funRuleStarts: true, |
|
|
|
funRule: (val: any) => { |
|
|
|
return dataDesensitization(val) |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
prop: 'mobile', |
|
|
|
label: '手机号', |
|
|
|
width: 100, |
|
|
|
funRuleStarts: true, |
|
|
|
funRule: (val: any) => { |
|
|
|
return dataDesensitization(val) |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
prop: 'identityType', |