|
@@ -25,6 +25,10 @@ export default {
|
|
|
{ label: '姓名', prop: 'research_name', showTip: true },
|
|
|
{ label: '身份证号', prop: 'card', showTip: true },
|
|
|
{ label: '性别', prop: 'gender', showTip: true },
|
|
|
+ { label: '出生日期', prop: 'birth', showTip: true },
|
|
|
+ { label: '电话', prop: 'phone', showTip: true },
|
|
|
+ { label: '邮箱', prop: 'email', showTip: true },
|
|
|
+ { label: '职务', prop: 'zw', showTip: true },
|
|
|
{ label: '技术职称', prop: 'position', showTip: true },
|
|
|
{ label: '文化程度', prop: 'education', showTip: true },
|
|
|
{ label: '学位', prop: 'degree', showTip: true },
|