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
80a5f744
Commit
80a5f744
authored
Apr 11, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(概览): 71064
parent
99661d91
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
10 deletions
+26
-10
confidentialityTasks.vue
src/views/echartHome/confidentialityTasks.vue
+3
-3
standardClassification.vue
src/views/echartHome/standardClassification.vue
+1
-1
useCaseTest.vue
src/views/echartHome/useCaseTest.vue
+3
-3
index.vue
src/views/index.vue
+19
-3
No files found.
src/views/echartHome/confidentialityTasks.vue
View file @
80a5f744
...
...
@@ -64,7 +64,7 @@ export default {
fontSize
:
16
}
},
color
:
[
'#
8C79EA'
,
'#12BEDF'
,
'#F6B24B'
,
'#1A6FD7
'
],
color
:
[
'#
12BEDF'
,
'#8C79EA'
,
'#1A6FD7'
,
'#F6B24B
'
],
tooltip
:
{
trigger
:
'item'
},
...
...
@@ -88,11 +88,11 @@ export default {
rich
:
{
b
:
{
fontSize
:
16
,
fon
Ww
eight
:
700
,
fon
tW
eight
:
700
,
color
:
' #303133'
},
d
:
{
fontS
s
ize
:
14
,
fontSize
:
14
,
fontWeight
:
400
,
color
:
' #606266'
}
...
...
src/views/echartHome/standardClassification.vue
View file @
80a5f744
...
...
@@ -67,7 +67,7 @@ export default {
legend
:
{
top
:
'bottom'
},
color
:
[
'#F6B24B'
,
'#1
A6FD7'
,
'#13BE24
'
],
color
:
[
'#F6B24B'
,
'#1
3BE24'
,
'#1A6FD7
'
],
series
:
[
{
name
:
'Nightingale Chart'
,
...
...
src/views/echartHome/useCaseTest.vue
View file @
80a5f744
...
...
@@ -48,7 +48,7 @@ export default {
},
yAxis
:
{
type
:
'category'
,
data
:
[
'
自动'
,
'半自动'
,
'手工
'
]
data
:
[
'
手工'
,
'半自动'
,
'自动
'
]
},
series
:
[
{
...
...
@@ -56,9 +56,9 @@ export default {
type
:
'bar'
,
barWidth
:
'20'
,
data
:
[
{
itemStyle
:
{
color
:
'#13BE24'
},
value
:
120
},
{
itemStyle
:
{
color
:
'#7F69E8'
},
value
:
200
},
{
itemStyle
:
{
color
:
'#1A6FD7'
},
value
:
150
}
{
itemStyle
:
{
color
:
'#1A6FD7'
},
value
:
150
},
{
itemStyle
:
{
color
:
'#13BE24'
},
value
:
120
}
]
}
]
...
...
src/views/index.vue
View file @
80a5f744
...
...
@@ -140,7 +140,15 @@
:stroke-width=
"10"
:show-text=
"false"
></el-progress>
<div
style=
"margin-top: 10px; text-align: center"
>
<div
style=
"
margin-top: 10px;
text-align: center;
font-size: 14px;
font-weight: 700;
color: #303133;
"
>
{{
quantityStatisticsForm
.
completedTaskProportion
?
quantityStatisticsForm
.
completedTaskProportion
...
...
@@ -170,7 +178,15 @@
:stroke-width=
"10"
:show-text=
"false"
></el-progress>
<div
style=
"margin-top: 10px; text-align: center"
>
<div
style=
"
margin-top: 10px;
text-align: center;
font-size: 14px;
font-weight: 700;
color: #303133;
"
>
{{
quantityStatisticsForm
.
executeTaskProportion
?
quantityStatisticsForm
.
executeTaskProportion
...
...
@@ -249,7 +265,7 @@
<div
style=
"color: #1a6fd7; font-weight: 700; font-size: 16px"
>
{{
item
.
standardNumber
}}
标准:
{{
item
.
standardNumber
}}
</div>
</div>
<AverageTest
...
...
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