mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
style:隐藏项目/学习路径图 任务-二维码-考勤
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user