mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 07:16:46 +08:00
fix:学习路径图列表已发布路径不允许编辑
This commit is contained in:
@@ -113,12 +113,12 @@
|
|||||||
type="link"
|
type="link"
|
||||||
>编辑</a-button
|
>编辑</a-button
|
||||||
>
|
>
|
||||||
<a-button
|
<!-- <a-button
|
||||||
v-if="record.state === '已发布' && checkPer(record.permissions)"
|
v-if="record.state === '已发布' && checkPer(record.permissions)"
|
||||||
@click="getLearnPathInfo(record.id)"
|
@click="getLearnPathInfo(record.id)"
|
||||||
type="link"
|
type="link"
|
||||||
>编辑</a-button
|
>编辑</a-button
|
||||||
>
|
> -->
|
||||||
<a-button @click="manage(record.id)" type="link">管理</a-button>
|
<a-button @click="manage(record.id)" type="link">管理</a-button>
|
||||||
<DropDown v-if="checkPer(record.permissions)" value="授权">
|
<DropDown v-if="checkPer(record.permissions)" value="授权">
|
||||||
<OwnerTableModelStudent
|
<OwnerTableModelStudent
|
||||||
|
|||||||
Reference in New Issue
Block a user