Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
energyai_vue
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
葛齐林
energyai_vue
Commits
d07633a8
Commit
d07633a8
authored
Jul 05, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of gitlab.suntrayoa.com:geqilin/energyai_vue into dev
parents
f5751069
61e49050
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
index.vue
src/pages/kb/outdoor/index.vue
+9
-9
No files found.
src/pages/kb/outdoor/index.vue
View file @
d07633a8
...
@@ -176,15 +176,15 @@ export default {
...
@@ -176,15 +176,15 @@ export default {
pageSize
:
50
,
pageSize
:
50
,
totalPage
:
0
,
totalPage
:
0
,
typeList
:
[
typeList
:
[
{
type
:
'温度'
,
num
:
'
36
'
,
unit
:
'℃'
,
color
:
'#21ACFC'
},
{
type
:
'温度'
,
num
:
''
,
unit
:
'℃'
,
color
:
'#21ACFC'
},
{
type
:
'湿度'
,
num
:
'
25
'
,
unit
:
'%'
,
color
:
'#36CBCB'
},
{
type
:
'湿度'
,
num
:
''
,
unit
:
'%'
,
color
:
'#36CBCB'
},
{
type
:
'风速'
,
num
:
'
3
'
,
unit
:
'm/s'
,
color
:
'#3AA0FF'
},
{
type
:
'风速'
,
num
:
''
,
unit
:
'm/s'
,
color
:
'#3AA0FF'
},
{
type
:
'风向'
,
num
:
'
东南
'
,
unit
:
''
,
color
:
'#3AA0FF'
},
{
type
:
'风向'
,
num
:
''
,
unit
:
''
,
color
:
'#3AA0FF'
},
{
type
:
'光照'
,
num
:
'
253
'
,
unit
:
'Lux'
,
color
:
'#FAD337'
},
{
type
:
'光照'
,
num
:
''
,
unit
:
'Lux'
,
color
:
'#FAD337'
},
{
type
:
'CO2'
,
num
:
'
17
'
,
unit
:
'PPM'
,
color
:
'#4ECB74'
},
{
type
:
'CO2'
,
num
:
''
,
unit
:
'PPM'
,
color
:
'#4ECB74'
},
{
type
:
'PM2.5'
,
num
:
'
80
'
,
unit
:
'ug/m'
,
color
:
'#999999'
},
{
type
:
'PM2.5'
,
num
:
''
,
unit
:
'ug/m'
,
color
:
'#999999'
},
{
type
:
'辐射'
,
num
:
'
13
'
,
unit
:
'w/m'
,
color
:
'#975FE4'
},
{
type
:
'辐射'
,
num
:
''
,
unit
:
'w/m'
,
color
:
'#975FE4'
},
{
type
:
'故障报警数'
,
num
:
'
3
'
,
unit
:
''
,
color
:
'#F2637B'
}
{
type
:
'故障报警数'
,
num
:
''
,
unit
:
''
,
color
:
'#F2637B'
}
],
],
chartList
:
[
chartList
:
[
{
id
:
'11'
,
title
:
'温度(℃)'
,
color
:
'#21ACFC'
,
data
:
[]
},
{
id
:
'11'
,
title
:
'温度(℃)'
,
color
:
'#21ACFC'
,
data
:
[]
},
...
...
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