1、增加充电功率
2、去掉消息的备注 3、消息查询like deviceid改为等
This commit is contained in:
parent
21abf45b5b
commit
90cf295f27
@ -57,14 +57,14 @@
|
|||||||
var cfg_cols = [
|
var cfg_cols = [
|
||||||
{field: 'deviceid', title: '设备号', width: 100},
|
{field: 'deviceid', title: '设备号', width: 100},
|
||||||
{field: 'createtime', title: '上报时间', templet: "<div>{{layui.util.toDateString(d.createtime, 'yyyy-MM-dd HH:mm:ss')}}</div>"},
|
{field: 'createtime', title: '上报时间', templet: "<div>{{layui.util.toDateString(d.createtime, 'yyyy-MM-dd HH:mm:ss')}}</div>"},
|
||||||
{field: 'roll', title: 'roll', templet: "<div>{{d.roll.toFixed(2)}}</div>"},},
|
{field: 'roll', title: 'roll', templet: "<div>{{d.roll.toFixed(2)}}</div>"},
|
||||||
{field: 'pitch', title: 'pitch', templet: "<div>{{d.pitch.toFixed(2)}}</div>"},},
|
{field: 'pitch', title: 'pitch', templet: "<div>{{d.pitch.toFixed(2)}}</div>"},
|
||||||
{field: 'yaw', title: 'yaw', templet: "<div>{{d.yaw.toFixed(2)}}</div>"},},
|
{field: 'yaw', title: 'yaw', templet: "<div>{{d.yaw.toFixed(2)}}</div>"},
|
||||||
{field: 'rssi', title: '信号强度'},
|
{field: 'rssi', title: '信号强度'},
|
||||||
{field: 'voltage', title: '电压(mV)'},
|
{field: 'voltage', title: '电压(mV)'},
|
||||||
{field: 'solarvoltage', title: '光伏电压(mV)'},
|
{field: 'solarvoltage', title: '光伏电压(mV)'},
|
||||||
{field: 'chargecurrency', title: '充电电流(mA)'},
|
{field: 'chargecurrency', title: '充电电流(mA)'},
|
||||||
{field: 'chargewatt', title: '充电电量(Wh)', templet: "<div>{{d.chargewatt.toFixed(2)}}</div>"},},
|
{field: 'chargewatt', title: '充电电量(Wh)', templet: "<div>{{d.chargewatt.toFixed(2)}}</div>"},
|
||||||
{field: 'temperature', title: '温度(°C)'},
|
{field: 'temperature', title: '温度(°C)'},
|
||||||
{field: 'humidity', title: '湿度(%)'}
|
{field: 'humidity', title: '湿度(%)'}
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user