mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
运营数据概览
This commit is contained in:
@@ -75,7 +75,13 @@
|
||||
:class="currentTab === index ? 'tabActive' : 'tabItem'"
|
||||
@click="tabClick(index)"
|
||||
>
|
||||
{{ item.text }} ({{ item.num }})
|
||||
<a-popover v-if="index==0" trigger="hover">
|
||||
<template #content>
|
||||
列表展示条数与此处数量可能存在差异
|
||||
</template>
|
||||
{{ item.text }} ({{ item.num }})
|
||||
</a-popover>
|
||||
<span v-else>{{ item.text }} ({{ item.num }})</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="btnzs">
|
||||
|
||||
Reference in New Issue
Block a user