Commit d07633a8 authored by xiexingan's avatar xiexingan

Merge branch 'dev' of gitlab.suntrayoa.com:geqilin/energyai_vue into dev

parents f5751069 61e49050
......@@ -176,15 +176,15 @@ export default {
pageSize: 50,
totalPage: 0,
typeList: [
{ type: '温度', num: '36', unit: '℃', color: '#21ACFC' },
{ type: '湿度', num: '25', unit: '%', color: '#36CBCB' },
{ type: '风速', num: '3', unit: 'm/s', color: '#3AA0FF' },
{ type: '风向', num: '东南', unit: '', color: '#3AA0FF' },
{ type: '光照', num: '253', unit: 'Lux', color: '#FAD337' },
{ type: 'CO2', num: '17', unit: 'PPM', color: '#4ECB74' },
{ type: 'PM2.5', num: '80', unit: 'ug/m', color: '#999999' },
{ type: '辐射', num: '13', unit: 'w/m', color: '#975FE4' },
{ type: '故障报警数', num: '3', unit: '', color: '#F2637B' }
{ type: '温度', num: '', unit: '℃', color: '#21ACFC' },
{ type: '湿度', num: '', unit: '%', color: '#36CBCB' },
{ type: '风速', num: '', unit: 'm/s', color: '#3AA0FF' },
{ type: '风向', num: '', unit: '', color: '#3AA0FF' },
{ type: '光照', num: '', unit: 'Lux', color: '#FAD337' },
{ type: 'CO2', num: '', unit: 'PPM', color: '#4ECB74' },
{ type: 'PM2.5', num: '', unit: 'ug/m', color: '#999999' },
{ type: '辐射', num: '', unit: 'w/m', color: '#975FE4' },
{ type: '故障报警数', num: '', unit: '', color: '#F2637B' }
],
chartList: [
{ id: '11', title: '温度(℃)', color: '#21ACFC', data: [] },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment