Parcourir la source

fix(report): screen online date range

Casper Dai il y a 1 an
Parent
commit
5202b9991a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: []
     }
   },