对象编号:{{ callLogDetailData.objCode }}
对象名称:{{ callLogDetailData.objName }}
设备模型:{{ callLogDetailData.modelName }}({{ callLogDetailData.modelCode }})
对象能力:{{ callLogDetailData.abilityName }}({{ callLogDetailData.abilityKey}})
调用时间:{{ callLogDetailData.callTime }}
响应时间:{{ callLogDetailData.resTime }}
调用结果:{{ formatCallStatus(callLogDetailData.callStatus) }}
调用载体:
{{ callLogDetailData.callPayload }}
响应载体:
{{ callLogDetailData.resPayload }}
对象编号:{{ reportDetailData.objCode }}
对象名称:{{ reportDetailData.objName }}
设备模型:{{ reportDetailData.modelName }}({{ reportDetailData.modelCode }})
消息类型:{{ reportDetailData.msgDesc }}
上报时间:{{ reportDetailData.reportTime }}
上报载体:
{{ reportDetailData.reportPayload }}
设备名称:{{ curRow.deviceName }}
设备代码:{{ curRow.deviceCode }}
设备分类:{{ curRow.deviceCategoryName + getPsName(curRow.psName)}}
归属设施:{{ curRow.refFacsName }}
归属区域:{{ buildRefAreaName(curRow) }}
安装位置:{{ curRow.location === null ? '无' : curRow.location }}
归属系统:{{ curRow.subsystemName === null ? '无' : curRow.subsystemName}}
{{ tableData.title }}