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