Browse Source

Merge branch 'iteration-20241028-member' into jenkins

lex-xin 5 months ago
parent
commit
3d515dd8f3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/studentList/index.vue

+ 3 - 3
src/views/studentList/index.vue

@@ -82,9 +82,9 @@ export default {
       option2: [{ text: "全部声部", value: "" }],
       option3: [
         { text: "全部学员", value: "" },
-        { text: "会员", value: "1" },
-        { text: "非会员", value: "0" },
-        { text: "未生效会员", value: "2" },
+        { text: "学练宝生效中", value: "1" },
+        { text: "未购买学练宝", value: "0" },
+        { text: "学练宝未生效", value: "2" },
       ],
       loading: false,
       finished: false,