소스 검색

update

yx-dark
lb 1 년 전
부모
커밋
612deda821
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      src/components/BottomBar/gasii/gasChart/index.jsx
  2. +2
    -2
      src/components/RightBar/EnergyCost/EnergyCostChart/index.jsx

+ 1
- 1
src/components/BottomBar/gasii/gasChart/index.jsx 파일 보기

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


+ 2
- 2
src/components/RightBar/EnergyCost/EnergyCostChart/index.jsx 파일 보기

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


불러오는 중...
취소
저장