-- fix bug

This commit is contained in:
yuping
2023-02-26 17:15:07 +08:00
parent c756810ea9
commit 2a08720d4b
3 changed files with 11 additions and 5 deletions

View File

@@ -119,7 +119,7 @@
type="link"
>编辑</a-button
>
<a-button @click="manage(record.id)" type="link">管理</a-button>
<a-button @click="manage(record.id) && checkPer(record.permissions)" type="link">管理</a-button>
<DropDown v-if="checkPer(record.permissions)" value="授权">
<OwnerTableModelStudent
:types="[7, 8, 9]"