From 1dc8e32c5f5877a910d8455714ca9598aff165c5 Mon Sep 17 00:00:00 2001 From: Seven Date: Tue, 20 Jan 2026 02:41:03 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=AD=BE=E5=88=B0?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=A1=A8=E6=A0=BC=E5=88=97=E6=A0=87=E9=A2=98?= =?UTF-8?q?=EF=BC=8C=E5=B0=86=E7=94=A8=E6=88=B7ID=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/check/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/check/index.vue b/src/views/check/index.vue index 11bf38e..fdc2ea5 100644 --- a/src/views/check/index.vue +++ b/src/views/check/index.vue @@ -22,8 +22,8 @@ const fetchData: TableFetchData = ({ pagination, filter }) => { const columns: TableBaseColumns = [ { - key: 'userId', - title: '用户ID' + key: 'user.name', + title: '用户' }, { key: 'checkInAt',