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
5bf6233f
Commit
5bf6233f
authored
Jan 08, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
444
parent
5b9364e2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
20250108.pdf
public/downloadFile/20250108.pdf
+0
-0
pdfView.vue
src/views/components/common/pdfView.vue
+1
-0
index.vue
src/views/evaluation/index.vue
+2
-2
No files found.
public/downloadFile/20250108.pdf
0 → 100644
View file @
5bf6233f
File added
src/views/components/common/pdfView.vue
View file @
5bf6233f
...
...
@@ -124,6 +124,7 @@ export default {
.global
{
width
:
100%
;
height
:
100%
;
}
.preview
{
width
:
100%
;
...
...
src/views/evaluation/index.vue
View file @
5bf6233f
...
...
@@ -43,7 +43,7 @@
<!-- <evaluation-edit v-model="id" @close="closeWindow"></evaluation-edit> -->
<score
v-model=
"id"
:exportTime=
"exportTime"
:totalFunding=
"totalFunding"
@
close=
"closeWindow"
ref=
"scoreEdit"
/>
</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: '
5
%' }"
:footer=
"null"
destroyOnClose
>
<pdf-view
v-model=
"url.downloadUrl"
:fileName=
"url.fileDownload"
></pdf-view>
</a-modal>
<a-modal
v-model=
"visibleView"
v-if=
"visibleView"
title=
"项目详情"
width=
"94%"
:footer=
"null"
:dialog-style=
"{ top: '8%' }"
destroyOnClose
:maskClosable=
"false"
>
...
...
@@ -96,7 +96,7 @@ export default {
visibleEvaluationView
:
false
,
projectId
:
null
,
url
:
{
downloadUrl
:
'/downloadFile/202
306211130
.pdf'
,
downloadUrl
:
'/downloadFile/202
50108
.pdf'
,
fileDownload
:
'专家评分标准.pdf'
,
},
visibleStandard
:
false
,
...
...
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