From 4754b122dcac8530ec4be15e4a267d9e57e2a50e Mon Sep 17 00:00:00 2001 From: zpc Date: Fri, 27 Feb 2026 21:06:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=B4=A7=E5=B8=81=E5=AD=97=E6=AE=B5=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 表格列标题改为动态显示货币名称(钻石、HH币、哈尼券) - 资金变动菜单项改为动态显示货币名称 - 流水明细菜单项改为动态显示货币名称 - 从应用设置API获取货币配置 --- .../business/user/components/UserTable.vue | 53 ++++++++++++++----- 1 file changed, 39 insertions(+), 14 deletions(-) diff --git a/server/HoneyBox/src/HoneyBox.Admin/admin-web/src/views/business/user/components/UserTable.vue b/server/HoneyBox/src/HoneyBox.Admin/admin-web/src/views/business/user/components/UserTable.vue index 5afa43e7..2146c9e3 100644 --- a/server/HoneyBox/src/HoneyBox.Admin/admin-web/src/views/business/user/components/UserTable.vue +++ b/server/HoneyBox/src/HoneyBox.Admin/admin-web/src/views/business/user/components/UserTable.vue @@ -26,22 +26,22 @@ - - + + - - + + - - + + @@ -94,9 +94,9 @@ @@ -139,9 +139,9 @@ 查看下级 查看盒柜 查看订单 - 钻石流水明细 - HH币流水明细 - 哈尼券流水明细 + {{ balanceName }}流水明细 + {{ integralName }}流水明细 + {{ diamondName }}流水明细 查看IP登录列表 @@ -166,9 +166,10 @@