-- fix bug

This commit is contained in:
yuping
2023-02-26 17:36:19 +08:00
parent 24678b7f83
commit b1447629fd
5 changed files with 9 additions and 12 deletions

View File

@@ -160,12 +160,7 @@
type="link"
>撤回发布</a-button
>
<a-button
v-if="record.type === 3 && checkPer(record.permissions)"
@click="baseInfo(record)"
type="link"
>管理</a-button
>
<a-button v-if="record.type === 3" @click="baseInfo(record)" type="link">管理</a-button>
<DropDown v-if="checkPer(record.permissions) && checkOwner(record.permissions)" value="授权">
<OwnerTableModelStudent
:types="[4, 5, 6]"