Commit e3f20273 authored by 陈龙's avatar 陈龙

feat: 优化历史曲线关联指标流程

parent 66fbb24b
...@@ -2,9 +2,14 @@ import React from 'react'; ...@@ -2,9 +2,14 @@ import React from 'react';
import HistoryView from '../index'; import HistoryView from '../index';
const deviceParams = [ const deviceParams = [
/* {
"deviceCode": "EGBF00000023",
"sensors": "出水压力",
"deviceType": "二供泵房"
}, */
{ {
"deviceCode": "EGBF00000024", "deviceCode": "EGBF00000023",
"sensors": "出水瞬时流量", "sensors": "出水瞬时流量,出水压力",
"deviceType": "二供泵房" "deviceType": "二供泵房"
} }
] ]
......
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