选择套餐配置链接&更新账户总览数据展示

This commit is contained in:
Eamon-meng
2025-06-30 16:08:08 +08:00
parent 54725d446b
commit b096e20fcd
7 changed files with 65 additions and 84 deletions

View File

@@ -91,7 +91,7 @@ export default function BillsPage(props: BillsPageProps) {
</div>
<Form form={form} onSubmit={onSubmit} className="flex items-end gap-4 flex-wrap">
<FormField name="trade_id" label={<span className="text-sm"></span>}>
{/* <FormField name="trade_id" label={<span className="text-sm">订单号</span>}>
{({id, field}) => (
<Input
{...field}
@@ -100,7 +100,7 @@ export default function BillsPage(props: BillsPageProps) {
placeholder="输入订单号"
/>
)}
</FormField>
</FormField> */}
<FormField name="type" label={<span className="text-sm"></span>}>
{({id, field}) => (
<Select value={field.value} onValueChange={field.onChange}>