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
b1821d13
Commit
b1821d13
authored
Dec 26, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
e2f248c8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
assignDetail.vue
src/views/assign/components/assignDetail.vue
+5
-2
No files found.
src/views/assign/components/assignDetail.vue
View file @
b1821d13
...
...
@@ -107,13 +107,14 @@ export default {
// { title: '性别', dataIndex: 'sex', align: 'center' },
// { title: '证件号', dataIndex: 'certId', align: 'center' },
{
title
:
'专家姓名'
,
dataIndex
:
'personName'
,
align
:
'center'
},
{
title
:
'评审专业'
,
dataIndex
:
'specNames'
,
align
:
'center'
,
ellipsis
:
true
},
{
title
:
"专家类型"
,
scopedSlots
:
{
customRender
:
'expertInfo'
},
align
:
'center'
},
{
title
:
'专家单位'
,
dataIndex
:
'unitName'
,
align
:
'center'
,
ellipsis
:
true
},
{
title
:
'手机号'
,
dataIndex
:
'mobile'
,
align
:
'center'
},
// { title: '邮箱', dataIndex: 'email', align: 'center' },
// { title: '职称', dataIndex: 'titleName', align: 'center' },
// { title: '评审专业', scopedSlots: { customRender: 'spec' }, align: 'center' },
{
title
:
'评分'
,
dataIndex
:
'totalScore'
,
align
:
'center'
},
{
title
:
'评分'
,
dataIndex
:
'totalScore'
,
align
:
'center'
,
width
:
60
},
{
title
:
'评审状态'
,
scopedSlots
:
{
customRender
:
'expertEvaluation'
,
colName
:
'gradeScore'
},
align
:
'center'
},
// { title: '操作', scopedSlots: { customRender: 'option' }, align: 'center', fixed: 'right', width: 120, },
],
...
...
@@ -150,6 +151,7 @@ export default {
...
item
,
expertTypeName
:
item
.
expertType
===
1
?
"技术专家"
:
"财务专家"
,
projClassName
:
item
.
projClass
===
1
?
"一般项目"
:
"重点项目"
,
specNames
:
item
.
specList
?
item
.
specList
.
map
(
e
=>
e
.
specName
).
join
(
','
)
:
''
}
})
this
.
pagination
.
total
=
total
...
...
@@ -234,7 +236,8 @@ export default {
{
title
:
"项目分组"
,
dataIndex
:
'groupName'
},
{
title
:
"项目类别"
,
dataIndex
:
'projClassName'
},
{
title
:
'申报单位'
,
dataIndex
:
'appUnitName'
},
{
title
:
'专家姓名'
,
dataIndex
:
'personName'
},
{
title
:
'专家姓名'
,
dataIndex
:
'personName'
},
{
title
:
'评审专业'
,
dataIndex
:
'specNames'
},
{
title
:
"专家类型"
,
dataIndex
:
'expertTypeName'
},
{
title
:
'专家单位'
,
dataIndex
:
'unitName'
},
{
title
:
'手机号'
,
dataIndex
:
'mobile'
},
...
...
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