feat(表格组件): 在分页器中添加精选资讯数据统计显示

This commit is contained in:
34701892@qq.com 2025-12-03 11:45:02 +08:00
parent 505c23f47b
commit 380ba60717
1 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,10 @@
@current-change="currentChange"
@size-change="sizeChange"
>
<div style="font-size: 14px; color: rgba(0, 0, 0, 0.6)"> {{ tableData.total }} 项数据</div>
<div style="font-size: 14px; color: rgba(0, 0, 0, 0.6)">
<text>搜索共 {{ tableData.total }} 项数据</text>
<text v-if="tableData.jingxuan > 0">精选资讯共 XXX项数据</text>
</div>
</el-pagination>
</div>
</template>