mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
fix:隐藏项目/学习路径图/模板库考试任务的编辑按钮
This commit is contained in:
@@ -701,6 +701,7 @@
|
||||
<div class="opa">
|
||||
<div class="opacation">
|
||||
<span
|
||||
v-if="element.type!==5"
|
||||
style="
|
||||
color: #4ea6ff;
|
||||
margin-right: 25px;
|
||||
@@ -716,6 +717,14 @@
|
||||
>
|
||||
编辑
|
||||
</span>
|
||||
<span
|
||||
v-else
|
||||
style="
|
||||
color: #4ea6ff;
|
||||
margin-right: 55px;
|
||||
cursor: pointer;
|
||||
">
|
||||
</span>
|
||||
<span
|
||||
style="color: #4ea6ff; cursor: pointer"
|
||||
@click="showDeleteModal(element.id)"
|
||||
|
||||
@@ -506,7 +506,7 @@
|
||||
">
|
||||
<div class="opa">
|
||||
<div class="opacation">
|
||||
<span style="
|
||||
<span v-if="element.type!==5" style="
|
||||
color: #4ea6ff;
|
||||
margin-right: 25px;
|
||||
cursor: pointer;
|
||||
@@ -519,6 +519,14 @@
|
||||
">
|
||||
编辑
|
||||
</span>
|
||||
<span
|
||||
v-else
|
||||
style="
|
||||
color: #4ea6ff;
|
||||
margin-right: 55px;
|
||||
cursor: pointer;
|
||||
">
|
||||
</span>
|
||||
<span style="color: #4ea6ff; cursor: pointer" @click="showDelete(element.id)">
|
||||
删除
|
||||
</span>
|
||||
|
||||
@@ -660,6 +660,7 @@
|
||||
<div class="opa">
|
||||
<div class="opacation">
|
||||
<span
|
||||
v-if="element.type!==5"
|
||||
style="
|
||||
color: #4ea6ff;
|
||||
margin-right: 25px;
|
||||
@@ -675,6 +676,14 @@
|
||||
>
|
||||
编辑
|
||||
</span>
|
||||
<span
|
||||
v-else
|
||||
style="
|
||||
color: #4ea6ff;
|
||||
margin-right: 55px;
|
||||
cursor: pointer;
|
||||
">
|
||||
</span>
|
||||
<span
|
||||
style="color: #4ea6ff; cursor: pointer"
|
||||
@click="showDelete(element.id)"
|
||||
|
||||
Reference in New Issue
Block a user