fix: record
parent
e3273e2218
commit
17a6833c64
|
@ -5,7 +5,7 @@ import { getSignInRecordPage } from '@/api/member/signin/record'
|
||||||
|
|
||||||
defineOptions({ name: 'SignInRecord' })
|
defineOptions({ name: 'SignInRecord' })
|
||||||
|
|
||||||
const [registerTable, { reload }] = useTable({
|
const [registerTable] = useTable({
|
||||||
title: '签到记录列表',
|
title: '签到记录列表',
|
||||||
api: getSignInRecordPage,
|
api: getSignInRecordPage,
|
||||||
columns,
|
columns,
|
||||||
|
|
Loading…
Reference in New Issue