拍照装置管理
新增
查询
重置
{{
scope.row.lineName
}}
{{
scope.row.towerName
}}
{{
scope.row.lastHeartbeat == null || scope.row.lastHeartbeat == 0
? ""
: $moment(scope.row.lastHeartbeat * 1000).format(
"yy-MM-DD HH:mm:ss"
)
}}
{{
scope.row.bootTime == null
? ""
: $moment(scope.row.bootTime * 1000).format(
"yy-MM-DD HH:mm:ss"
)
}}
{{ scope.row.batteryCapacity }} /
{{
scope.row.batteryVoltage.toFixed(1) == 0.0
? 0
: scope.row.batteryVoltage.toFixed(1)
}}V
修改
图片标记
装置复位
图像参数
视频参数
获取GPS位置
{
handleCommand(command, scope.row);
}
"
>
GPS开关
开启GPS
关闭GPS
删除
修改
图片标记
获取GPS位置
{
handleCommand(command, scope.row);
}
"
>
GPS开关
开启GPS
关闭GPS
删除