From b8731590e798e80a1bde3b0bb5fd4c1cf70d60c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=8D=97=E5=9B=BD?= <164292041@qq.com> Date: Thu, 4 Jun 2026 15:27:10 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E7=BC=96=E8=BE=91=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D=E4=B8=8D=E8=AE=A9=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/backend/dashboard.vue | 2 +- web/src/views/backend/user/moneyLog/popupForm.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/views/backend/dashboard.vue b/web/src/views/backend/dashboard.vue index e9ee71f..e1a063c 100644 --- a/web/src/views/backend/dashboard.vue +++ b/web/src/views/backend/dashboard.vue @@ -156,7 +156,7 @@ - + diff --git a/web/src/views/backend/user/moneyLog/popupForm.vue b/web/src/views/backend/user/moneyLog/popupForm.vue index be3cc33..8af99de 100644 --- a/web/src/views/backend/user/moneyLog/popupForm.vue +++ b/web/src/views/backend/user/moneyLog/popupForm.vue @@ -49,7 +49,7 @@ - + @@ -290,7 +290,7 @@ const findTableRow = (rows: TableRow[] = [], id: number | string): TableRow | un const getUsername = (items: anyObj) => { const tableRow = findTableRow(baTable.table.data, items.id) - return items.user?.username || tableRow?.user?.username || '' + return items.user?.jk_username || tableRow?.user?.jk_username || '' } const initEditForm = () => {