feat: 优化完成
This commit is contained in:
@@ -8,7 +8,7 @@ import { Card, CardContent } from "@/components/ui/card"
|
||||
import { Input } from "@/components/ui/input"
|
||||
import { Badge } from "@/components/ui/badge"
|
||||
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select"
|
||||
import { DatePickerWithRange } from "@/components/ui/date-picker"
|
||||
import { DateRangePicker } from "@/components/ui/date-range-picker"
|
||||
import {
|
||||
Pagination,
|
||||
PaginationContent,
|
||||
@@ -131,7 +131,7 @@ export default function PaymentRecordsPage({ params }: { params: { id: string }
|
||||
|
||||
<div>
|
||||
<label className="text-sm font-medium mb-1.5 block">支付时间</label>
|
||||
<DatePickerWithRange />
|
||||
<DateRangePicker />
|
||||
</div>
|
||||
|
||||
<div className="flex gap-2">
|
||||
|
||||
Reference in New Issue
Block a user