Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qsh-wc
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
honghuiliu
qsh-wc
Commits
474788ed
Commit
474788ed
authored
Sep 07, 2022
by
mahui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
2b69db9e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
92 additions
and
89 deletions
+92
-89
site-detail.vue
pc/src/views/site-detail.vue
+92
-89
No files found.
pc/src/views/site-detail.vue
View file @
474788ed
...
...
@@ -457,6 +457,7 @@
}
function
initGauge
(){
nextTick
(()
=>
{
setTimeout
(()
=>
{
state
.
myChart
=
echarts
.
init
(
chart
.
value
);
let
option
=
{
series
:
[
...
...
@@ -549,6 +550,7 @@
state
.
myChart
.
clear
();
state
.
myChart
.
setOption
(
option
);
state
.
myChart
.
resize
();
},
500
)
})
}
function
getList
(){
...
...
@@ -559,7 +561,7 @@
page
:
page
,
page_size
:
state
.
list
.
pageSize
,
};
if
(
state
.
filter
.
time_order
[
0
]
&&
state
.
filter
.
time_order
[
1
]){
if
(
state
.
filter
.
time_order
&&
state
.
filter
.
time_order
[
0
]
&&
state
.
filter
.
time_order
[
1
]){
p
.
start_time
=
state
.
filter
.
time_order
[
0
];
p
.
end_time
=
state
.
filter
.
time_order
[
1
];
}
...
...
@@ -834,6 +836,7 @@
align-items: center;
margin-right: 55px;
.filter-name{
flex-shrink: 0;
color: #666;
margin-right: 20px;
}
...
...
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