BUG#307 屏蔽邮箱字段,增加学历字段展示
Showing
1 changed file
with
4 additions
and
0 deletions
@@ -82,6 +82,10 @@ export default { | @@ -82,6 +82,10 @@ export default { | ||
82 | return arr.join(' / ') | 82 | return arr.join(' / ') |
83 | } | 83 | } |
84 | }, { | 84 | }, { |
85 | + prop: 'education', | ||
86 | + label: '学历', | ||
87 | + sortable: true, | ||
88 | + }, { | ||
85 | prop: 'state', | 89 | prop: 'state', |
86 | label: '在职状态', | 90 | label: '在职状态', |
87 | sortable: true, | 91 | sortable: true, |
-
Please register or login to post a comment