Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project
Project
Details
Activity
Releases
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
中汽测评-信息安全测评系统
web
Commits
56adb865
Commit
56adb865
authored
Mar 27, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(首页): 0
parent
29df5009
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
index.vue
src/views/index.vue
+14
-2
No files found.
src/views/index.vue
View file @
56adb865
...
@@ -129,6 +129,8 @@
...
@@ -129,6 +129,8 @@
<span
<span
>
已完成 :
{{
>
已完成 :
{{
quantityStatisticsForm
.
completedTaskNumber
quantityStatisticsForm
.
completedTaskNumber
?
quantityStatisticsForm
.
completedTaskNumber
:
0
}}
个
</span
}}
个
</span
>
>
<div>
<div>
...
@@ -139,7 +141,11 @@
...
@@ -139,7 +141,11 @@
:show-text=
"false"
:show-text=
"false"
></el-progress>
></el-progress>
<div
style=
"margin-top: 10px; text-align: center"
>
<div
style=
"margin-top: 10px; text-align: center"
>
{{
quantityStatisticsForm
.
completedTaskProportion
}}
%
{{
quantityStatisticsForm
.
completedTaskProportion
?
quantityStatisticsForm
.
completedTaskProportion
:
0
}}
%
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -153,6 +159,8 @@
...
@@ -153,6 +159,8 @@
<span
<span
>
未完成 :
{{
>
未完成 :
{{
quantityStatisticsForm
.
executeTasksNumber
quantityStatisticsForm
.
executeTasksNumber
?
quantityStatisticsForm
.
executeTasksNumber
:
0
}}
个
</span
}}
个
</span
>
>
<div>
<div>
...
@@ -163,7 +171,11 @@
...
@@ -163,7 +171,11 @@
:show-text=
"false"
:show-text=
"false"
></el-progress>
></el-progress>
<div
style=
"margin-top: 10px; text-align: center"
>
<div
style=
"margin-top: 10px; text-align: center"
>
{{
quantityStatisticsForm
.
executeTaskProportion
}}
%
{{
quantityStatisticsForm
.
executeTaskProportion
?
quantityStatisticsForm
.
executeTaskProportion
:
0
}}
%
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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