Commit 5bf6233f authored by wangxl's avatar wangxl

444

parent 5b9364e2
...@@ -124,6 +124,7 @@ export default { ...@@ -124,6 +124,7 @@ export default {
.global { .global {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
.preview { .preview {
width: 100%; width: 100%;
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<!-- <evaluation-edit v-model="id" @close="closeWindow"></evaluation-edit> --> <!-- <evaluation-edit v-model="id" @close="closeWindow"></evaluation-edit> -->
<score v-model="id" :exportTime="exportTime" :totalFunding="totalFunding" @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: '5%' }" :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>
</a-modal> </a-modal>
<a-modal v-model="visibleView" v-if="visibleView" title="项目详情" width="94%" :footer="null" :dialog-style="{ top: '8%' }" destroyOnClose :maskClosable="false"> <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 { ...@@ -96,7 +96,7 @@ export default {
visibleEvaluationView: false, visibleEvaluationView: false,
projectId: null, projectId: null,
url: { url: {
downloadUrl: '/downloadFile/202306211130.pdf', downloadUrl: '/downloadFile/20250108.pdf',
fileDownload: '专家评分标准.pdf', fileDownload: '专家评分标准.pdf',
}, },
visibleStandard: false, visibleStandard: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment