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