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
d8ea005a
Commit
d8ea005a
authored
Dec 05, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
66881409
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
score.vue
src/views/evaluation/components/score.vue
+6
-0
index.vue
src/views/evaluation/index.vue
+3
-1
No files found.
src/views/evaluation/components/score.vue
View file @
d8ea005a
...
@@ -111,6 +111,12 @@ export default {
...
@@ -111,6 +111,12 @@ export default {
return
null
;
return
null
;
},
},
}
}
},
totalFunding
:
{
type
:
Number
,
default
:
()
=>
{
return
0.00
;
},
}
}
},
},
data
()
{
data
()
{
...
...
src/views/evaluation/index.vue
View file @
d8ea005a
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
</a-modal>
</a-modal>
<a-modal
v-model=
"visibleEvaluation"
title=
"评审专家须知"
width=
"90%"
:dialog-style=
"{ top: '5%' }"
:footer=
"null"
destroyOnClose
>
<a-modal
v-model=
"visibleEvaluation"
title=
"评审专家须知"
width=
"90%"
:dialog-style=
"{ top: '5%' }"
:footer=
"null"
destroyOnClose
>
<!-- <evaluation-edit v-model="id" @close="closeWindow"></evaluation-edit> -->
<!-- <evaluation-edit v-model="id" @close="closeWindow"></evaluation-edit> -->
<score
v-model=
"id"
:exportTime=
"exportTime"
@
close=
"closeWindow"
ref=
"scoreEdit"
/>
<score
v-model=
"id"
:exportTime=
"exportTime"
:totalFunding=
"totalFunding"
@
close=
"closeWindow"
ref=
"scoreEdit"
/>
</a-modal>
</a-modal>
<a-modal
v-model=
"visibleStandard"
title=
"专家评分标准"
width=
"1000px"
:dialog-style=
"{ top: '10%' }"
:footer=
"null"
destroyOnClose
>
<a-modal
v-model=
"visibleStandard"
title=
"专家评分标准"
width=
"1000px"
:dialog-style=
"{ top: '10%' }"
:footer=
"null"
destroyOnClose
>
<pdf-view
v-model=
"url.downloadUrl"
:fileName=
"url.fileDownload"
></pdf-view>
<pdf-view
v-model=
"url.downloadUrl"
:fileName=
"url.fileDownload"
></pdf-view>
...
@@ -99,6 +99,7 @@ export default {
...
@@ -99,6 +99,7 @@ export default {
},
},
visibleStandard
:
false
,
visibleStandard
:
false
,
exportTime
:
{
expertStart
:
null
,
expertEnd
:
null
},
exportTime
:
{
expertStart
:
null
,
expertEnd
:
null
},
totalFunding
:
0.00
,
}
}
},
},
created
()
{
created
()
{
...
@@ -158,6 +159,7 @@ export default {
...
@@ -158,6 +159,7 @@ export default {
this
.
visibleEvaluationView
=
true
this
.
visibleEvaluationView
=
true
}
else
if
(
type
===
'eva'
)
{
}
else
if
(
type
===
'eva'
)
{
this
.
id
=
record
.
id
this
.
id
=
record
.
id
console
.
log
(
record
)
this
.
visibleEvaluation
=
true
this
.
visibleEvaluation
=
true
}
else
if
(
type
===
'pView'
)
{
}
else
if
(
type
===
'pView'
)
{
this
.
projectId
=
record
.
projId
this
.
projectId
=
record
.
projId
...
...
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