Browse Source

06/04 14:06

111
mo 5 years ago
parent
commit
cd1aab99a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/vipClass/vipDetail/components/vipStudentList.vue

+ 1 - 1
src/views/vipClass/vipDetail/components/vipStudentList.vue

@@ -71,7 +71,7 @@
                            @click="lookFee(scope)">退学</el-button>
               </el-popover> -->
               <el-button type="text"
-                         v-if="scope.row.studentStatus == 0"
+                         v-if="scope.row.studentStatus == 0 || scope.row.studentStatus == 3"
                          v-permission="'vipGroupManage/applyRefundForStudent'"
                          @click="lookFee(scope)">退学</el-button>
               <!--   v-permission="'vipGroupManage/applyRefundForStudent'" -->