This commit is contained in:
lb
2024-01-25 09:10:00 +08:00
parent d6f9744ded
commit be5fbe1c01
6 changed files with 208 additions and 135 deletions

View File

@@ -28,7 +28,12 @@ const GoodRateChart = (props) => {
setShowMore(val);
}
const [timestr, setTimestr] = useState("");
const [timestr, setTimestr] = useState(
dayjs().subtract(1, "day").format("YYYY.MM.DD") +
" 7点 - " +
dayjs().format("YYYY.MM.DD") +
" 7点"
);
function handleDateChange(value) {
// e: Event
let v = "day";