#
Junjie
9 天以前 51a1786ef3e4e016d5f3f7bad8c2e2e8a84247a6
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) }
      ];
    },