Explorar el Código

06/04 14:06

111
mo hace 5 años
padre
commit
cd1aab99a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'" -->