fix: 修改签到页面表格列标题,将用户ID更改为用户

This commit is contained in:
2026-01-20 02:41:03 +07:00
parent 6484309732
commit 1dc8e32c5f

View File

@@ -22,8 +22,8 @@ const fetchData: TableFetchData = ({ pagination, filter }) => {
const columns: TableBaseColumns = [
{
key: 'userId',
title: '用户ID'
key: 'user.name',
title: '用户'
},
{
key: 'checkInAt',