feat(表格组件): 在分页器中添加精选资讯数据统计显示
This commit is contained in:
parent
505c23f47b
commit
380ba60717
|
|
@ -35,7 +35,10 @@
|
||||||
@current-change="currentChange"
|
@current-change="currentChange"
|
||||||
@size-change="sizeChange"
|
@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>
|
</el-pagination>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue