liyongli 1 month ago
parent
commit
9ffaea0607
1 changed files with 2 additions and 1 deletions
  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;