mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
style:隐藏项目/学习路径图 任务-二维码-考勤
This commit is contained in:
@@ -462,7 +462,7 @@
|
||||
>
|
||||
学员
|
||||
</div>
|
||||
<div
|
||||
<!-- <div
|
||||
class="operation"
|
||||
style="cursor: pointer"
|
||||
@click="showAA(item.type, item.name)"
|
||||
@@ -474,20 +474,20 @@
|
||||
}"
|
||||
>
|
||||
考勤
|
||||
</div>
|
||||
</div> -->
|
||||
<div
|
||||
class="operation"
|
||||
v-if="
|
||||
item.type != 2 && item.type != 6 && item.type != 9
|
||||
"
|
||||
></div>
|
||||
<div
|
||||
<!-- <div
|
||||
class="operation"
|
||||
style="cursor: pointer"
|
||||
@click="showCodeModel(item)"
|
||||
>
|
||||
二维码
|
||||
</div>
|
||||
</div> -->
|
||||
<div
|
||||
class="operation"
|
||||
style="cursor: pointer; margin-right: 35px"
|
||||
|
||||
@@ -579,27 +579,27 @@
|
||||
学员
|
||||
</div>
|
||||
|
||||
<div
|
||||
<!-- <div
|
||||
class="operation"
|
||||
style="cursor: pointer"
|
||||
@click="showAA(item.name)"
|
||||
v-if="item.type == 6 || item.type == 9"
|
||||
>
|
||||
考勤
|
||||
</div>
|
||||
</div> -->
|
||||
<div
|
||||
class="operation"
|
||||
v-if="
|
||||
item.type != 2 && item.type != 6 && item.type != 9
|
||||
"
|
||||
></div>
|
||||
<div
|
||||
<!-- <div
|
||||
class="operation"
|
||||
style="cursor: pointer"
|
||||
@click="showCodeModel(item)"
|
||||
>
|
||||
二维码
|
||||
</div>
|
||||
</div> -->
|
||||
<div
|
||||
class="operation"
|
||||
style="cursor: pointer; margin-right: 10px"
|
||||
|
||||
Reference in New Issue
Block a user