Merge branch 'wxb' into report_test0818

This commit is contained in:
BOE\10867418
2023-08-30 14:54:25 +08:00

View File

@@ -75,9 +75,9 @@
:class="currentTab === index ? 'tabActive' : 'tabItem'" :class="currentTab === index ? 'tabActive' : 'tabItem'"
@click="tabClick(index)" @click="tabClick(index)"
> >
<a-popover v-if="index==0" trigger="hover"> <a-popover v-if="index==0" trigger="hover" placement="topLeft">
<template #content> <template #content>
列表展示条数与此处数量可能存在差异 此处数据展示全部单层项目数量列表展示条数与此处数量可能存在差异
</template> </template>
{{ item.text }} ({{ item.num }}) {{ item.text }} ({{ item.num }})
</a-popover> </a-popover>