gcz %!s(int64=3) %!d(string=hai) anos
pai
achega
2006828cd3
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      src/utils/filter.js

+ 4 - 2
src/utils/filter.js

@@ -32,10 +32,12 @@ export function parseTime(time, cFormat) {
 
 const filters = {
     classStatus(value) {
-        if (value === 1) {
+        if (value == 1) {
           return "开班中";
+        }else if(value == 2){
+            return "已结束";
         } else {
-          return "已结束";
+          return "未知";
         }
       },
     timeFromDate(value){