feat: 优化完成

This commit is contained in:
许永平
2025-07-03 17:11:07 +08:00
parent 32bd56d502
commit 2ee6e3f24c
7 changed files with 15 additions and 15 deletions

View File

@@ -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">