mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
-- fix bug
This commit is contained in:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user