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
4909a607
Commit
4909a607
authored
Dec 24, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
a080de70
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
assignGroupExpertView.vue
src/views/assign/components/assignGroupExpertView.vue
+7
-3
projKeyAssign.vue
src/views/peAssign/projKeyAssign.vue
+1
-1
No files found.
src/views/assign/components/assignGroupExpertView.vue
View file @
4909a607
...
@@ -71,6 +71,9 @@
...
@@ -71,6 +71,9 @@
<a-tag
v-if=
"!!record.auditState && record.auditState == 2"
:color=
"'green'"
>
{{
record
.
totalScore
}}
</a-tag>
<a-tag
v-if=
"!!record.auditState && record.auditState == 2"
:color=
"'green'"
>
{{
record
.
totalScore
}}
</a-tag>
<a-tag
v-else
:color=
"'red'"
>
未评审
</a-tag>
<a-tag
v-else
:color=
"'red'"
>
未评审
</a-tag>
</
template
>
</
template
>
<
template
slot=
"projClassInfo"
slot-scope=
"record"
>
{{
record
.
projClass
==
1
?
"一般项目"
:
"重点项目"
}}
</
template
>
</a-table>
</a-table>
</a-col>
</a-col>
</a-row>
</a-row>
...
@@ -102,10 +105,11 @@ export default {
...
@@ -102,10 +105,11 @@ export default {
loading
:
true
,
loading
:
true
,
tableData
:
[],
tableData
:
[],
columns
:
[
columns
:
[
{
dataIndex
:
'
projNo'
,
title
:
'项目
编号'
,
ellipsis
:
true
,
width
:
150
},
{
dataIndex
:
'
appNo'
,
title
:
'申请
编号'
,
ellipsis
:
true
,
width
:
150
},
{
dataIndex
:
'projName'
,
title
:
'项目名称'
,
ellipsis
:
true
},
{
dataIndex
:
'projName'
,
title
:
'项目名称'
,
ellipsis
:
true
},
{
title
:
'评分'
,
scopedSlots
:
{
customRender
:
'evaluationInfo'
},
width
:
100
},
{
title
:
"项目类别"
,
scopedSlots
:
{
customRender
:
'projClassInfo'
},
align
:
'center'
,
width
:
80
},
{
dataIndex
:
'remark'
,
title
:
'内容'
,
ellipsis
:
true
},
{
title
:
'评分'
,
scopedSlots
:
{
customRender
:
'evaluationInfo'
},
align
:
'center'
,
width
:
100
},
{
dataIndex
:
'remark'
,
title
:
'内容'
,
align
:
'center'
,
ellipsis
:
true
},
]
]
};
};
},
},
...
...
src/views/peAssign/projKeyAssign.vue
View file @
4909a607
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
</
template
>
</
template
>
<group-edit
v-model=
"groupId"
@
close=
"closeWindow"
ref=
"childEdit"
></group-edit>
<group-edit
v-model=
"groupId"
@
close=
"closeWindow"
ref=
"childEdit"
></group-edit>
</a-modal>
</a-modal>
<a-modal
v-model=
"evaluationVisible"
title=
"专家查看"
width=
"
9
00px"
:dialog-style=
"{ top: '15%' }"
:footer=
"null"
destroyOnClose
>
<a-modal
v-model=
"evaluationVisible"
title=
"专家查看"
width=
"
10
00px"
:dialog-style=
"{ top: '15%' }"
:footer=
"null"
destroyOnClose
>
<assign-group-expert-view
v-model=
"evaluationId"
@
close=
"closeAssignExpertView"
/>
<assign-group-expert-view
v-model=
"evaluationId"
@
close=
"closeAssignExpertView"
/>
</a-modal>
</a-modal>
<a-modal
v-model=
"assignDetailVisible"
title=
"专家查看"
width=
"90%"
:dialog-style=
"{ top: '5%' }"
:footer=
"null"
destroyOnClose
>
<a-modal
v-model=
"assignDetailVisible"
title=
"专家查看"
width=
"90%"
:dialog-style=
"{ top: '5%' }"
:footer=
"null"
destroyOnClose
>
...
...
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