Browse Source

fix(report): screen online date range

Casper Dai 1 năm trước cách đây
mục cha
commit
5202b9991a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/realm/report/components/ScreenOnlineDialog.vue

+ 1 - 1
src/views/realm/report/components/ScreenOnlineDialog.vue

@@ -41,7 +41,7 @@ export default {
   name: 'ScreenOnlineDialog',
   data () {
     return {
-      date: null,
+      dateRange: null,
       devices: []
     }
   },