购买套餐里去充值桌面端和移动端支付流程封装

This commit is contained in:
Eamon-meng
2025-06-22 14:42:21 +08:00
parent 483a33296a
commit 50cd4c5760
13 changed files with 713 additions and 464 deletions

View File

@@ -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'),