{{
(row.personnelType ?
data[0].children.filter(item => item.value === row.personnelType)[0].label : '') || peopleTypeLabel
}}
{{ $sensitive(scope.row.mobile, 3, 7) }}
{{ $sensitive(scope.row.principalPhone, 3, 7) }}
{{ $sensitive(scope.row.contactMobile, 3, 7) }}
处理
查看