|
@ -140,7 +140,7 @@ export default { |
|
|
{ prop: 'username', label: '姓名', align: 'center', width: 50 }, |
|
|
{ prop: 'username', label: '姓名', align: 'center', width: 50 }, |
|
|
{ prop: 'identificationNum', label: '身份证号码', align: 'center' }, |
|
|
{ prop: 'identificationNum', label: '身份证号码', align: 'center' }, |
|
|
{ prop: 'education', label: '学历', align: 'center', width: 50, formatter: this.formatterDicData }, |
|
|
{ prop: 'education', label: '学历', align: 'center', width: 50, formatter: this.formatterDicData }, |
|
|
{ prop: 'major', label: '专业', align: 'center', formatter: this.formatterDicDataMajor }, |
|
|
{ prop: 'major', label: '专业', align: 'center' }, |
|
|
{ prop: 'certificateName', label: '职称', align: 'center', width: 60, formatter: this.formatterDicDataJob }, |
|
|
{ prop: 'certificateName', label: '职称', align: 'center', width: 60, formatter: this.formatterDicDataJob }, |
|
|
{ prop: 'level', label: '级别', align: 'center', width: 50 }, |
|
|
{ prop: 'level', label: '级别', align: 'center', width: 50 }, |
|
|
{ prop: 'project', label: '项目', align: 'center' }, |
|
|
{ prop: 'project', label: '项目', align: 'center' }, |
|
|