下载账单、城市和职业选择器

This commit is contained in:
2025-09-28 17:30:44 +08:00
parent d6fb08eee4
commit 8a3e41cef6
5 changed files with 486 additions and 229 deletions

View File

@@ -17,7 +17,7 @@ interface PickerOption {
interface PickerProps {
visible: boolean;
setvisible: (visible: boolean) => void;
options?: PickerOption[][];
options?: PickerOption[][] | PickerOption[];
value?: (string | number)[];
type?: "month" | "day" | "hour" | "ntrp" | null;
img?: string;