From 2f9b33e4ca860a453b6eb7c44062c4a35815738c Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Wed, 25 Mar 2026 09:48:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20transaction=E5=88=86=E9=A1=B5=E5=99=A8?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=80=BB=E6=95=B0=E6=8D=AE=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/Administrator/Transaction/TransactionTable.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/component/Administrator/Transaction/TransactionTable.vue b/src/component/Administrator/Transaction/TransactionTable.vue index 4e8191f6..504d9a84 100644 --- a/src/component/Administrator/Transaction/TransactionTable.vue +++ b/src/component/Administrator/Transaction/TransactionTable.vue @@ -148,6 +148,7 @@ total: total, showQuickJumper: true, bordered: false, + showTotal: (total) => `Total: ${total} items` }" >