fix: 修改签到页面表格列标题,将用户ID更改为用户
This commit is contained in:
@@ -22,8 +22,8 @@ const fetchData: TableFetchData = ({ pagination, filter }) => {
|
|||||||
|
|
||||||
const columns: TableBaseColumns = [
|
const columns: TableBaseColumns = [
|
||||||
{
|
{
|
||||||
key: 'userId',
|
key: 'user.name',
|
||||||
title: '用户ID'
|
title: '用户'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'checkInAt',
|
key: 'checkInAt',
|
||||||
|
|||||||
Reference in New Issue
Block a user