import GraphBase from '../../../公共组件/GraphBase'; function SO2(props) { function handleSwitch(v) { console.log('switched ', v); } function handleDateChange(v) { console.log('date ', v); } return ( {/* real echarts here */} {/* real table data here */} ); } export default SO2;