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
d921e71b
Commit
d921e71b
authored
Nov 28, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
5545325f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
Index.vue
src/views/report/project/Index.vue
+1
-1
projectInfo.vue
src/views/report/project/components/projectInfo.vue
+1
-5
projectView.vue
src/views/report/project/components/projectView.vue
+1
-1
No files found.
src/views/report/project/Index.vue
View file @
d921e71b
...
...
@@ -117,7 +117,7 @@
<a-modal
v-model=
"visibleEdit"
v-if=
"visibleEdit"
title=
"项目创建/修改"
width=
"94%"
:footer=
"null"
:dialog-style=
"{ top: '8%' }"
destroyOnClose
:maskClosable=
"false"
>
<project-create
v-model=
"id"
@
close=
"closeWindow"
></project-create>
</a-modal>
<a-modal
v-model=
"visibleView"
v-if=
"visibleView"
title=
"项目详情"
width=
"
80%"
:dialog-style=
"{ top: '8%' }"
:footer=
"null"
destroyOnClose
>
<a-modal
v-model=
"visibleView"
v-if=
"visibleView"
title=
"项目详情"
width=
"
94%"
:footer=
"null"
:dialog-style=
"{ top: '8%' }"
destroyOnClose
:maskClosable=
"false"
>
<project-view
v-model=
"id"
@
close=
"closeWindow"
></project-view>
</a-modal>
<a-modal
v-model=
"visibleFileView"
title=
"查看"
width=
"1000px"
:dialog-style=
"{ top: '10%' }"
:footer=
"null"
destroyOnClose
>
...
...
src/views/report/project/components/projectInfo.vue
View file @
d921e71b
...
...
@@ -22,11 +22,7 @@
</a-col>
<a-col
:span=
"20"
>
<div
class=
"special-middle"
>
<div>
<div
class=
"special-middle"
>
{{
value
.
appUnitName
}}
</div>
</div>
<div>
{{
value
.
appUnitName
}}
</div>
</div>
</a-col>
</a-row>
...
...
src/views/report/project/components/projectView.vue
View file @
d921e71b
<
template
>
<div
class=
"
layoutEmbedded
"
>
<div
class=
"
app-content layoutEmbedded"
style=
"height: 76vh;overflow: auto;
"
>
<a-spin
:spinning=
"loading"
style=
"width: 100%;height: 100%;"
>
<!-- 申报项目详情 -->
<a-button
type=
"primary"
@
click=
"onExport"
>
导出
</a-button>
...
...
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