Commit 9d891b91 authored by wangxl's avatar wangxl

3333

parent 04e0c12a
......@@ -75,7 +75,7 @@ export default {
{ title: '姓名', scopedSlots: { customRender: 'talentInfo' }, align: 'center' },
{ title: '性别', dataIndex: 'sex', align: 'center' },
{ title: '手机号', dataIndex: 'mobile', align: 'center' },
{ title: '专业', dataIndex: 'specName', align: 'center' },
{ title: '现从事专业', dataIndex: 'professionName', align: 'center' },
{ title: '职称', dataIndex: 'titleName', align: 'center' },
{ title: '申报年度', dataIndex: 'reportYear', align: 'center' },
{ title: '状态', dataIndex: 'talentStateName', align: 'center' },
......
......@@ -780,7 +780,7 @@ export default {
case 0:
obj = {
id: null, reportYear: null, certId: null, personId: null, personName: null, nation: null, sex: null, birthday: null, degree: null, degreeTime: null,
degreeUnit: null, profession: null, graduateTeacher: null, title: null, politicalParty: null, duty: null, talentType: null, honoraryTitle: null,
degreeUnit: null, profession: null, graduateTeacher: null, title: null, politicalParty: null, duty: null, talentType: null, isProvincialTalent: null, honoraryTitle: null,
holdPost1: null, holdPost2: null, holdPost3: null, mobile: null, fax: null, email: null, completeStatus: null, talentState: null,
appPersonId: null, appUnitId: null, talentCategory: null,
}
......
......@@ -129,7 +129,7 @@
<a-col :span="5">
<div class="special-middle">
<div>
{{ value.specName }}
{{ value.professionName }}
</div>
</div>
</a-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment