mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
fix:开课列表学员管理操作重复
This commit is contained in:
@@ -1247,7 +1247,7 @@
|
||||
:permissions="permissions"
|
||||
:isgetStudent="isgetStudent"
|
||||
>
|
||||
<template #extension="{ data: { record } }">
|
||||
<!-- <template #extension="{ data: { record } }">
|
||||
<a-button
|
||||
v-if="record.source === 4 && record.status === 1 && checkPer(permissions,createId)"
|
||||
@click="
|
||||
@@ -1285,7 +1285,7 @@
|
||||
type="link"
|
||||
>撤回
|
||||
</a-button>
|
||||
</template>
|
||||
</template> -->
|
||||
</TableStudent>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user