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
9b685be9
Commit
9b685be9
authored
Dec 02, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.yiboshi.com/XuJun/yn-science-front
parents
a2155d35
e4e5732d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
+15
-5
fileInfo.vue
src/views/report/project/components/fileInfo.vue
+14
-4
projectInfo.vue
src/views/report/project/components/projectInfo.vue
+1
-1
No files found.
src/views/report/project/components/fileInfo.vue
View file @
9b685be9
...
@@ -13,14 +13,19 @@
...
@@ -13,14 +13,19 @@
<div>
序号
</div>
<div>
序号
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"
10
"
class=
"bg-gray"
style=
"text-align: center;"
>
<a-col
:span=
"
8
"
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;"
>
<div
class=
"special-middle"
>
<div>
是否必备材料
</div>
</div>
</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=
"2"
class=
"bg-gray"
style=
"text-align: center;"
>
...
@@ -35,7 +40,7 @@
...
@@ -35,7 +40,7 @@
<div>
{{
index
+
1
}}
</div>
<div>
{{
index
+
1
}}
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"
10
"
style=
"text-align: center;"
>
<a-col
:span=
"
8
"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
<div
v-if=
"item.fileName"
style=
"text-align: left;"
>
<div
v-if=
"item.fileName"
style=
"text-align: left;"
>
<!--
{{
item
.
fileName
}}
-->
<!--
{{
item
.
fileName
}}
-->
...
@@ -44,9 +49,14 @@
...
@@ -44,9 +49,14 @@
<div
v-else
>
无
</div>
<div
v-else
>
无
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"2"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div>
{{
item
.
isRequired
==
true
?
"是"
:
"否"
}}
</div>
</div>
</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.
r
equired"
style=
"color:red;"
>
*
</span></div>
<div>
{{
item
.
fileExplain
}}
<span
v-if=
"item.
isR
equired"
style=
"color:red;"
>
*
</span></div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"2"
style=
"text-align: center;"
>
<a-col
:span=
"2"
style=
"text-align: center;"
>
...
...
src/views/report/project/components/projectInfo.vue
View file @
9b685be9
...
@@ -674,7 +674,7 @@ import unitPaymentInfo from '@/views/report/project/components/unitPaymentInfo.v
...
@@ -674,7 +674,7 @@ import unitPaymentInfo from '@/views/report/project/components/unitPaymentInfo.v
import
projectKpi
from
'@/views/report/project/components/projectKPI.vue'
import
projectKpi
from
'@/views/report/project/components/projectKPI.vue'
import
projectSubInfo
from
'@/views/report/project/components/projectSubInfo'
import
projectSubInfo
from
'@/views/report/project/components/projectSubInfo'
import
managementRuleInfo
from
'@/views/report/project/components/managementRuleInfo'
import
managementRuleInfo
from
'@/views/report/project/components/managementRuleInfo'
import
fileInfo
from
"@/views/report/project/components/
keyProject/
fileInfo"
;
import
fileInfo
from
"@/views/report/project/components/fileInfo"
;
import
documentView
from
'@/views/components/common/documentView'
import
documentView
from
'@/views/components/common/documentView'
import
AuditList
from
'@/views/audit/components/auditInfo'
import
AuditList
from
'@/views/audit/components/auditInfo'
import
{
toTextarea
}
from
'@/views/utils/common'
import
{
toTextarea
}
from
'@/views/utils/common'
...
...
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