This commit is contained in:
lb
2023-09-12 14:36:31 +08:00
父節點 448082e74f
當前提交 612deda821
共有 2 個文件被更改,包括 3 次插入3 次删除

查看文件

@@ -26,7 +26,7 @@ function GasChart(props) {
key={Math.random()} key={Math.random()}
option={getOptions( option={getOptions(
seriesData, seriesData,
dataSource == 'gas-i' ? '天然气I' : '天然气II', dataSource == 'gas-i' ? '天然气' : '天然气II',
)} )}
style={{ height: '100%' }} style={{ height: '100%' }}
/> />

查看文件

@@ -115,12 +115,12 @@ const EnergyCostChart = (props) => {
<Radio.Button value="elecCost" className="radio-group__item"> <Radio.Button value="elecCost" className="radio-group__item">
电耗能 电耗能
</Radio.Button> </Radio.Button>
<Radio.Button value="gasCost" className="radio-group__item"> {/* <Radio.Button value="gasCost" className="radio-group__item">
天然气 天然气
</Radio.Button> </Radio.Button>
<Radio.Button value="gasiiCost" className="radio-group__item"> <Radio.Button value="gasiiCost" className="radio-group__item">
焦炉煤气 焦炉煤气
</Radio.Button> </Radio.Button> */}
</Radio.Group> </Radio.Group>
<Radio.Group <Radio.Group
defaultValue="week" defaultValue="week"