Browse Source

Revert "添加 服务课程 字段"

This reverts commit 3a48e3e301511fb3c0eb52044912adfb1ad028bc.
wolyshaw 4 years ago
parent
commit
1e1461192e
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/views/operateManager/serverIndexList.vue

+ 0 - 7
src/views/operateManager/serverIndexList.vue

@@ -160,13 +160,6 @@
           <el-table-column align="center"
                            prop="educationalTeacherName"
                            label="乐团主管"></el-table-column>
-          <el-table-column align="center"
-                           prop="courseIds"
-                           label="服务课程">
-                           <template slot-scope="scope">
-                              <copy-text>{{scope.row.courseIds}}</copy-text>
-                            </template>
-          </el-table-column>
           <!-- <el-table-column align="center" label="当前有VIP课" width="100" >
             <template slot-scope="scope">
               <div>{{scope.row.existVipCourse?'是':'否'}}</div>