Browse Source

🐞 fix(设备监控): 时间轴

Zimo 1 tuần trước cách đây
mục cha
commit
7c2fa628d1
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/views/pms/device/monitor/TdDeviceInfo.vue

+ 1 - 2
src/views/pms/device/monitor/TdDeviceInfo.vue

@@ -246,8 +246,7 @@ const render = () => {
       axisLabel: {
         formatter: (v) => dayjs(v).format('YYYY-MM-DD HH:mm:ss'),
         rotate: 20
-      },
-      inverse: true
+      }
     },
     yAxis: {
       type: 'value',