mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 16:56:46 +08:00
-- fix bug
This commit is contained in:
@@ -767,11 +767,12 @@
|
||||
<a-button @click="showStudent(record)" type="link"
|
||||
>查看
|
||||
</a-button>
|
||||
<a-button @click="settingTopFlag(record)" type="link"
|
||||
<a-button @click="settingTopFlag(record)" v-if="checkPer(permissions)" type="link"
|
||||
>{{ record.topFlag ? "取消优秀" : "优秀学员" }}
|
||||
</a-button>
|
||||
<a-button
|
||||
type="link"
|
||||
v-if="checkPer(permissions)"
|
||||
:disabled="record.isLeader === '1'"
|
||||
@click="showChangeGroupModal(record)"
|
||||
>换组
|
||||
@@ -1073,7 +1074,7 @@
|
||||
</div>
|
||||
<!-- 有证书显示的页面 -->
|
||||
<div v-else class="certificate1">
|
||||
<div class="addcertificate1" @click="addCertificate">
|
||||
<div class="addcertificate1" @click="addCertificate" v-if="checkPer(permissions)">
|
||||
<div class="addcertext">+添加证书</div>
|
||||
</div>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user