购买套餐里去充值桌面端和移动端支付流程封装
This commit is contained in:
@@ -16,7 +16,7 @@ import zod from 'zod'
|
||||
import {zodResolver} from '@hookform/resolvers/zod'
|
||||
import {Label} from '@/components/ui/label'
|
||||
import Page from '@/components/page'
|
||||
import {PaymentStatusCell} from '@/components/composites/payment'
|
||||
import {PaymentStatusCell} from './payment'
|
||||
|
||||
const filterSchema = zod.object({
|
||||
type: zod.enum(['all', '3', '1', '2']).default('all'),
|
||||
|
||||
Reference in New Issue
Block a user