#
Junjie
8 天以前 28dfce304e4cacf5a339a61c6fdec56dfa9edabf
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) }
      ];
    },