feat: transaction分页器显示总数据数量

This commit is contained in:
2026-03-25 09:48:36 +08:00
parent e61a8e372d
commit 2f9b33e4ca

View File

@@ -148,6 +148,7 @@
total: total,
showQuickJumper: true,
bordered: false,
showTotal: (total) => `Total: ${total} items`
}"
>
<template #bodyCell="{ column, text, record, index }">