liyongli hace 1 mes
padre
commit
9ffaea0607
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/History/index.vue

+ 2 - 1
src/views/History/index.vue

@@ -437,7 +437,8 @@ export default {
       const ret = {
         downloads: true,
         ip: true,
-        avgUser: true
+        avgUser: true,
+        dayDurationUser: true
       };
       if (ret[type]) return;
       this.type = type;