|
@@ -211,52 +211,21 @@
|
|
width="250px;"
|
|
width="250px;"
|
|
label="操作">
|
|
label="操作">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <div v-if="scope.row.studentStatus != 'QUIT'">
|
|
|
|
- <!-- <el-popover placement="top"
|
|
|
|
- v-model.trim="scope.row.typeVisible">
|
|
|
|
- <el-input v-model.trim="remark"
|
|
|
|
- placeholder="请输入退团原因"></el-input>
|
|
|
|
-
|
|
|
|
- <el-button type="text"
|
|
|
|
- slot='reference'
|
|
|
|
- class='chiose'>
|
|
|
|
- 退团
|
|
|
|
- </el-button>
|
|
|
|
- <div style="text-align: right; margin-top: 20px">
|
|
|
|
- <el-button size="mini"
|
|
|
|
- type="text"
|
|
|
|
- @click="scope.row.typeVisible = false">取消</el-button>
|
|
|
|
- <el-button type="primary"
|
|
|
|
- size="mini"
|
|
|
|
- @click="chioseType(scope.row)">确定</el-button>
|
|
|
|
- </div>
|
|
|
|
- </el-popover>-->
|
|
|
|
|
|
+ <div>
|
|
|
|
|
|
<el-button type="text"
|
|
<el-button type="text"
|
|
- v-if="permission('studentManage/queryStudentClassGroup')"
|
|
|
|
|
|
+ v-if="permission('studentManage/queryStudentClassGroup')&&scope.row.studentStatus != 'QUIT'"
|
|
@click="lookClass(scope.row)">查看班级</el-button>
|
|
@click="lookClass(scope.row)">查看班级</el-button>
|
|
- <!-- <el-button type="text"
|
|
|
|
- v-if="!scope.row.isLock && permission('studentManage/updateStudentFeeIsLock')"
|
|
|
|
- @click="lockStudent(scope.row)">锁定</el-button>
|
|
|
|
- <el-button v-if="scope.row.isLock && permission('studentManage/updateStudentFeeIsLock')"
|
|
|
|
- type="text"
|
|
|
|
- @click="lockStudent(scope.row)">解锁</el-button>-->
|
|
|
|
- <!-- <el-button type="text"
|
|
|
|
- v-if="permission('studentManage/updateStudentFee')"
|
|
|
|
- @click="resetPay(scope.row)">修改缴费</el-button>-->
|
|
|
|
|
|
+
|
|
<el-button type="text"
|
|
<el-button type="text"
|
|
- v-if="permission('musicGroupQuit/directQuitMusicGroup')"
|
|
|
|
|
|
+ v-if="permission('musicGroupQuit/directQuitMusicGroup')&&scope.row.studentStatus != 'QUIT'"
|
|
@click="quieTeamMask(scope.row)">退团</el-button>
|
|
@click="quieTeamMask(scope.row)">退团</el-button>
|
|
|
|
+
|
|
<el-button type="text"
|
|
<el-button type="text"
|
|
v-if="permission('visit/add')"
|
|
v-if="permission('visit/add')"
|
|
@click="addVisit(scope.row)">新增回访</el-button>
|
|
@click="addVisit(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>-->
|
|
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|