选择套餐配置链接&更新账户总览数据展示
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user