This commit is contained in:
lb
2023-12-14 11:24:03 +08:00
parent 68065b612a
commit e4a2af8458
24 changed files with 130 additions and 119 deletions

View File

@@ -4,11 +4,11 @@ import getOptions from '../../../../hooks/getChartOption';
function SO2(props) {
function handleSwitch(v) {
console.log('switched ', v);
// console.log('switched ', v);
}
function handleDateChange(v) {
console.log('date ', v);
// console.log('date ', v);
}
return (