运营数据概览

This commit is contained in:
weixiaobo@boe.com.cn
2023-08-29 18:23:43 +08:00
parent a9c461eb7f
commit 34ab7f2df1

View File

@@ -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">