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
b812774b
Commit
b812774b
authored
Aug 12, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
22
parent
18505f3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
fileInfo.vue
src/views/report/project/components/fileInfo.vue
+15
-15
No files found.
src/views/report/project/components/fileInfo.vue
View file @
b812774b
...
@@ -13,9 +13,9 @@
...
@@ -13,9 +13,9 @@
<div>
序号
</div>
<div>
序号
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"
8
"
class=
"bg-gray"
style=
"text-align: center;"
>
<a-col
:span=
"
6
"
class=
"bg-gray"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
<div>
文件名
</div>
<div>
附件名称
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"2"
class=
"bg-gray"
style=
"text-align: center;"
>
<a-col
:span=
"2"
class=
"bg-gray"
style=
"text-align: center;"
>
...
@@ -25,10 +25,10 @@
...
@@ -25,10 +25,10 @@
</a-col>
</a-col>
<a-col
:span=
"10"
class=
"bg-gray"
style=
"text-align: center;"
>
<a-col
:span=
"10"
class=
"bg-gray"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
<div>
附件名称
</div>
<div>
文件名
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"
2
"
class=
"bg-gray"
style=
"text-align: center;"
>
<a-col
:span=
"
4
"
class=
"bg-gray"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
<div>
操作
</div>
<div>
操作
</div>
</div>
</div>
...
@@ -40,13 +40,9 @@
...
@@ -40,13 +40,9 @@
<div>
{{
index
+
1
}}
</div>
<div>
{{
index
+
1
}}
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"
8
"
style=
"text-align: center;"
>
<a-col
:span=
"
6
"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
<div
v-if=
"item.fileName"
style=
"text-align: left;"
>
<div>
{{
item
.
fileExplain
}}
<span
v-if=
"item.isRequired"
style=
"color:red;"
>
*
</span></div>
<!--
{{
item
.
fileName
}}
-->
<document-view
:fileUrl=
"item.downloadUrl"
:fileName=
"item.fileName"
:imageArray=
"[item.downloadUrl]"
></document-view>
</div>
<div
v-else
>
无
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"2"
style=
"text-align: center;"
>
<a-col
:span=
"2"
style=
"text-align: center;"
>
...
@@ -56,10 +52,13 @@
...
@@ -56,10 +52,13 @@
</a-col>
</a-col>
<a-col
:span=
"10"
style=
"text-align: center;"
>
<a-col
:span=
"10"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
<div>
{{
item
.
fileExplain
}}
<span
v-if=
"item.isRequired"
style=
"color:red;"
>
*
</span></div>
<div
v-if=
"item.fileName"
style=
"text-align: left;"
>
<document-view
:fileUrl=
"item.downloadUrl"
:fileName=
"item.fileName"
:imageArray=
"[item.downloadUrl]"
></document-view>
</div>
<div
v-else
></div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"
2
"
style=
"text-align: center;"
>
<a-col
:span=
"
4
"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
<div
v-if=
"item.downloadUrl"
><a
:href=
"item.downloadUrl"
:download=
"item.fileName"
>
下载
</a></div>
<div
v-if=
"item.downloadUrl"
><a
:href=
"item.downloadUrl"
:download=
"item.fileName"
>
下载
</a></div>
</div>
</div>
...
@@ -86,15 +85,15 @@ export default {
...
@@ -86,15 +85,15 @@ export default {
},
},
},
},
},
},
data
()
{
data
()
{
return
{
return
{
};
};
},
},
created
()
{
created
()
{
},
},
methods
:
{
methods
:
{
},
},
};
};
</
script
>
</
script
>
\ No newline at end of file
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