Explorar el Código

fix: 故障报警 是有序号的,第一条缺了序号1

sequoia tungfang hace 1 mes
padre
commit
a0b1cebc11
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/Home.vue

+ 1 - 1
src/views/Home.vue

@@ -149,7 +149,7 @@ export default {
       alarmData: [
       alarmData: [
         {
         {
           id: '1',
           id: '1',
-          title: '通讯中断',
+          title: '1.通讯中断',
           type: 'error', // 渲染为红色
           type: 'error', // 渲染为红色
           time: '16:28:28',
           time: '16:28:28',
           description: '中关村大街-科学院南路口-设备离线',
           description: '中关村大街-科学院南路口-设备离线',