style:隐藏项目/学习路径图 任务-二维码-考勤

This commit is contained in:
wyx
2023-01-09 16:22:23 +08:00
parent e28ab10bd3
commit a260a3d0eb
2 changed files with 8 additions and 8 deletions

View File

@@ -462,7 +462,7 @@
> >
学员 学员
</div> </div>
<div <!-- <div
class="operation" class="operation"
style="cursor: pointer" style="cursor: pointer"
@click="showAA(item.type, item.name)" @click="showAA(item.type, item.name)"
@@ -474,20 +474,20 @@
}" }"
> >
考勤 考勤
</div> </div> -->
<div <div
class="operation" class="operation"
v-if=" v-if="
item.type != 2 && item.type != 6 && item.type != 9 item.type != 2 && item.type != 6 && item.type != 9
" "
></div> ></div>
<div <!-- <div
class="operation" class="operation"
style="cursor: pointer" style="cursor: pointer"
@click="showCodeModel(item)" @click="showCodeModel(item)"
> >
二维码 二维码
</div> </div> -->
<div <div
class="operation" class="operation"
style="cursor: pointer; margin-right: 35px" style="cursor: pointer; margin-right: 35px"

View File

@@ -579,27 +579,27 @@
学员 学员
</div> </div>
<div <!-- <div
class="operation" class="operation"
style="cursor: pointer" style="cursor: pointer"
@click="showAA(item.name)" @click="showAA(item.name)"
v-if="item.type == 6 || item.type == 9" v-if="item.type == 6 || item.type == 9"
> >
考勤 考勤
</div> </div> -->
<div <div
class="operation" class="operation"
v-if=" v-if="
item.type != 2 && item.type != 6 && item.type != 9 item.type != 2 && item.type != 6 && item.type != 9
" "
></div> ></div>
<div <!-- <div
class="operation" class="operation"
style="cursor: pointer" style="cursor: pointer"
@click="showCodeModel(item)" @click="showCodeModel(item)"
> >
二维码 二维码
</div> </div> -->
<div <div
class="operation" class="operation"
style="cursor: pointer; margin-right: 10px" style="cursor: pointer; margin-right: 10px"