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
3e6f08ae
Commit
3e6f08ae
authored
May 28, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
33
parent
3a6a3a18
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
scoreEdit.vue
src/views/evaluation/components/scoreEdit.vue
+2
-2
scoreInfo.vue
src/views/evaluation/components/scoreInfo.vue
+2
-2
index.vue
src/views/evaluation/index.vue
+1
-1
No files found.
src/views/evaluation/components/scoreEdit.vue
View file @
3e6f08ae
...
...
@@ -41,7 +41,7 @@
<td
class=
"bg-title"
style=
"text-align: right;"
>
总分:
</td>
<td
colspan=
"2"
style=
"text-align: left;padding-left: 12px;"
>
{{
Count
()
}}
分
</td>
</tr>
<
!--
<
tr>
<tr>
<td
class=
"bg-title"
style=
"text-align: right;"
>
是否推荐立项支持
</td>
<td
colspan=
"2"
>
<a-form-model-item
prop=
"supportState"
>
...
...
@@ -51,7 +51,7 @@
</a-radio-group>
</a-form-model-item>
</td>
</tr>
-->
</tr>
<tr>
<td
class=
"bg-title"
style=
"text-align: right;"
>
评审结果
</td>
<td
colspan=
"2"
>
...
...
src/views/evaluation/components/scoreInfo.vue
View file @
3e6f08ae
...
...
@@ -23,13 +23,13 @@
<span
v-if=
"item.order==7"
>
{{
value
.
score7
}}
</span>
</td>
</tr>
<
!--
<
tr>
<tr>
<td
class=
"bg-title"
style=
"text-align: right;"
>
是否推荐立项支持
</td>
<td
colspan=
"2"
>
<a-tag
:color=
"'#87d068'"
v-if=
"value.supportState==1"
>
是
</a-tag>
<a-tag
:color=
"'#f50'"
v-if=
"value.supportState==0"
>
否
</a-tag>
</td>
</tr>
-->
</tr>
<tr>
<td
class=
"bg-title"
style=
"text-align: right;"
>
评审结果
</td>
<td
colspan=
"2"
>
...
...
src/views/evaluation/index.vue
View file @
3e6f08ae
...
...
@@ -87,7 +87,7 @@ export default {
{
title
:
"项目类别"
,
scopedSlots
:
{
customRender
:
'projClassInfo'
},
align
:
'center'
,
width
:
80
},
{
title
:
'评分'
,
dataIndex
:
'totalScore'
,
align
:
'center'
},
{
title
:
'评审结果'
,
scopedSlots
:
{
customRender
:
'evaluationType'
},
align
:
'center'
},
//
{ title: '是否推荐立项支持', scopedSlots: { customRender: 'supportState' }, align: 'center' },
{
title
:
'是否推荐立项支持'
,
scopedSlots
:
{
customRender
:
'supportState'
},
align
:
'center'
},
{
title
:
'评审状态'
,
scopedSlots
:
{
customRender
:
'expertEvaluation'
,
colName
:
'gradeScore'
},
align
:
'center'
},
{
title
:
'操作'
,
scopedSlots
:
{
customRender
:
'option'
},
align
:
'center'
,
fixed
:
'right'
,
width
:
120
,
},
],
...
...
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