src/main/webapp/components/DevpCard.js
@@ -277,6 +277,7 @@ { label: "任务可写区", value: this.orDash(item.taskWriteIdx) }, { label: "故障代码", value: this.orDash(item.error) }, { label: "故障信息", value: this.orDash(item.errorMsg) }, { label: "系统告警", value: this.orDash(item.systemWarning) }, { label: "扩展数据", value: this.orDash(item.extend) } ]; },