zhaozp 3 năm trước cách đây
mục cha
commit
2c7bb17b7b
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/pages/index/index.vue

+ 3 - 1
src/pages/index/index.vue

@@ -864,8 +864,10 @@ export default {
           return "月";
         } else if (type === 4) {
           return "季度";
-        } else {
+        } else if (type === 4) {
           return "半年";
+        } else {
+          return "班每次";
         }
       };
     },