Bladeren bron

Merge branch 'online' into LAO_MO

Xiao_Mo 5 jaren geleden
bovenliggende
commit
c6e49a16b8

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-93a712fa.68039396.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.e88e5909.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-93a712fa.257f46bc.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-f3a3ea2c.cda2eb15.js


+ 6 - 3
src/views/teamDetail/components/studentList.vue

@@ -190,11 +190,11 @@
                          v-if="permission('musicGroupQuit/directQuitMusicGroup')"
                          @click="quieTeamMask(scope.row)">退团</el-button>
 
-              <el-button type="text" @click="lookClass(scope.row)">查看班级</el-button>
+              <!-- <el-button type="text" @click="lookClass(scope.row)">查看班级</el-button>
               <el-button type="text" v-if="!scope.row.isLock" @click="lockStudent(scope.row)">锁定</el-button>
               <el-button v-else type="text" @click="lockStudent(scope.row)">解锁</el-button>
               <el-button type="text" @click="resetPay(scope.row)">修改缴费</el-button>
-              <el-button type="text" @click="quieTeamMask(scope.row)">退团</el-button>
+              <el-button type="text" @click="quieTeamMask(scope.row)">退团</el-button> -->
             </div>
           </template>
         </el-table-column>
@@ -520,7 +520,7 @@ import { vaildStudentUrl } from "@/utils/validate";
 import QRCode from "qrcodejs2";
 import axios from "axios";
 import { getToken } from "@/utils/auth";
-import {permission} from "@/utils/directivePage"
+import { permission } from '@/utils/directivePage'
 export default {
   name: "tstudentList",
   props: ["teamid"],
@@ -684,6 +684,9 @@ export default {
     this.init();
   },
   methods: {
+    permission(str) {
+      return permission(str)
+    },
     init() {
       // 获取汇总数据
       getTeamStudentInfo({ musicGroupId: this.teamid }).then(res => {

Some files were not shown because too many files changed in this diff