拍照装置管理
新增
{{
scope.row.lastHeartbeat == null
? ""
: $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 }}V
修改
图片标记
装置复位
图像参数
视频参数
获取GPS位置
{
handleCommand(command, scope.row);
}
"
>
GPS开关
开启GPS
关闭GPS
删除