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