liyongli 1 mesiac pred
rodič
commit
9ffaea0607
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  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;