@@ -51,6 +51,8 @@
<span :class="scope.row.deviceStatus == '0' ? 'color4' : scope.row.deviceStatus == '300' ? 'color3' : 'color2'">{{scope.row.deviceStatus == '0' ? "正常" : scope.row.deviceStatus == '300' ? "故障" : "离线"}}</span>
</template>
</el-table-column>
+ <el-table-column label="状态变更时间" align="left" prop="statusTime" show-overflow-tooltip />
+
<!-- 设备状态(75:离 300:故 0:正) -->