mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
style:放开部分注释,二维码,项目排行榜等
This commit is contained in:
@@ -471,13 +471,13 @@
|
|||||||
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"
|
||||||
|
|||||||
@@ -564,27 +564,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"
|
||||||
@@ -748,11 +748,11 @@
|
|||||||
</a-tabs>
|
</a-tabs>
|
||||||
</a-tab-pane>
|
</a-tab-pane>
|
||||||
<!-- 2022-11-30注释 后面放开 -->
|
<!-- 2022-11-30注释 后面放开 -->
|
||||||
<!-- <a-tab-pane key="5" tab="项目积分" disabled>
|
<a-tab-pane key="5" tab="项目积分">
|
||||||
<ProjectScore :projectId="projectId"></ProjectScore>
|
<ProjectScore :projectId="projectId"></ProjectScore>
|
||||||
</a-tab-pane> -->
|
</a-tab-pane>
|
||||||
<!-- 2022-11-30注释 后面放开 -->
|
<!-- 2022-11-30注释 后面放开 -->
|
||||||
<!-- <a-tab-pane key="6" tab="排行榜" disabled>
|
<a-tab-pane key="6" tab="排行榜">
|
||||||
<div class="split"></div>
|
<div class="split"></div>
|
||||||
<div class="content6">
|
<div class="content6">
|
||||||
<div class="title">排行榜</div>
|
<div class="title">排行榜</div>
|
||||||
@@ -866,7 +866,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a-tab-pane> -->
|
</a-tab-pane>
|
||||||
<a-tab-pane key="7" tab="设置">
|
<a-tab-pane key="7" tab="设置">
|
||||||
<div class="split"></div>
|
<div class="split"></div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user