Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐俊
yn-science-front
Commits
3fb4574f
Commit
3fb4574f
authored
Jul 28, 2025
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
be2a532d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
assignDetail.vue
src/views/talentAssign/components/assignDetail.vue
+4
-6
No files found.
src/views/talentAssign/components/assignDetail.vue
View file @
3fb4574f
...
...
@@ -94,15 +94,14 @@ export default {
searchForm
:
{
personName
:
null
,
groupId
:
""
,
assignYear
:
null
,
appUnitName
:
null
,
expertName
:
null
,
auditState
:
""
,
systemType
:
getType
()
},
tableData
:
[],
columns
:
[
{
title
:
"姓名"
,
scopedSlots
:
{
customRender
:
'talentName'
},
ellipsis
:
true
},
{
title
:
'证件号'
,
dataIndex
:
'certId'
,
align
:
'center'
},
{
title
:
"
申报学科"
,
dataIndex
:
'knowledgeName'
,
align
:
'center'
,
ellipsis
:
true
,
},
{
title
:
"
姓名"
,
scopedSlots
:
{
customRender
:
'talentName'
},
align
:
'center'
,
ellipsis
:
true
},
{
title
:
"人才分组"
,
dataIndex
:
'groupName'
,
align
:
'center'
},
{
title
:
"人才类别"
,
dataIndex
:
'talentCategoryName'
,
align
:
'center'
},
{
title
:
'申报单位'
,
dataIndex
:
'appUnitName'
,
align
:
'center'
,
ellipsis
:
true
},
{
title
:
'专家姓名'
,
dataIndex
:
'expertName'
,
align
:
'center'
},
{
title
:
'评审专业'
,
dataIndex
:
'specNames'
,
align
:
'center'
,
ellipsis
:
true
},
{
title
:
'专家单位'
,
dataIndex
:
'
u
nitName'
,
align
:
'center'
,
ellipsis
:
true
},
{
title
:
'专家单位'
,
dataIndex
:
'
expertU
nitName'
,
align
:
'center'
,
ellipsis
:
true
},
{
title
:
'手机号'
,
dataIndex
:
'mobile'
,
align
:
'center'
},
{
title
:
'评分'
,
dataIndex
:
'totalScore'
,
align
:
'center'
,
width
:
60
},
{
title
:
'评审状态'
,
scopedSlots
:
{
customRender
:
'expertEvaluation'
,
colName
:
'gradeScore'
},
align
:
'center'
},
...
...
@@ -218,15 +217,14 @@ export default {
exportData
()
{
this
.
loading
=
true
let
column
=
[
{
title
:
"姓名"
,
dataIndex
:
'personName'
},
{
title
:
"证件号"
,
dataIndex
:
'certId'
},
{
title
:
"
申报学科"
,
dataIndex
:
'knowledge
Name'
},
{
title
:
"
姓名"
,
dataIndex
:
'person
Name'
},
{
title
:
"人才分组"
,
dataIndex
:
'groupName'
},
{
title
:
"人才类别"
,
dataIndex
:
'talentCategoryName'
},
{
title
:
'申报单位'
,
dataIndex
:
'appUnitName'
},
{
title
:
'专家姓名'
,
dataIndex
:
'expertName'
},
{
title
:
'评审专业'
,
dataIndex
:
'specNames'
},
{
title
:
'专家单位'
,
dataIndex
:
'
u
nitName'
},
{
title
:
'专家单位'
,
dataIndex
:
'
expertU
nitName'
},
{
title
:
'手机号'
,
dataIndex
:
'mobile'
},
{
title
:
'评分'
,
dataIndex
:
'totalScore'
},
{
title
:
'评审状态'
,
dataIndex
:
'stateName'
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment