From 35d50533f55eab913496bbf2fa8d4d1f55695ae1 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 30 Oct 2025 17:20:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=96=E5=AE=B6=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E9=A1=B5):=20=E8=B0=83=E6=95=B4=E6=98=BE=E7=A4=BA=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/SellerRecordsView.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/SellerRecordsView.vue b/src/views/SellerRecordsView.vue index 6e16d8e..6c31ecb 100644 --- a/src/views/SellerRecordsView.vue +++ b/src/views/SellerRecordsView.vue @@ -97,7 +97,12 @@ {{ record.userName.charAt(0) }}
ID @@ -216,7 +221,7 @@ const fetchRecords = async () => { id: item.id, account: item.account, userId: item.acceptUserId, - userName: `User${item.acceptUserId.toString().slice(-6)}...`, // 显示最后6位 + userName: `${item.acceptUserId.toString().slice(-6)}`, // 显示最后6位 amount: getAmountDisplay(item.type, item.quantity), time: formatUTCCustom(item.createTime), type: item.type,