fix:学习路径图列表已发布路径不允许编辑

This commit is contained in:
wyx
2023-03-07 17:38:42 +08:00
parent 8c8db9e08f
commit aeef3f9725

View File

@@ -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