Commit 429024d4e1d52d701d017e7280fc862e3d1a6a65

Authored by chenxt
1 parent 9ad08ae5

sWasteType去除按钮

src/components/Common/CommonTable/index.js
... ... @@ -2014,7 +2014,7 @@ class CommonTableRc extends React.Component {
2014 2014 "sWasteType"
2015 2015 )}
2016 2016 />
2017   - <Button
  2017 + {/* <Button
2018 2018 type="primary"
2019 2019 size="large"
2020 2020 className={styles.mesBtnGreen}
... ... @@ -2035,7 +2035,7 @@ class CommonTableRc extends React.Component {
2035 2035 }}
2036 2036 >
2037 2037 类型
2038   - </Button>
  2038 + </Button> */}
2039 2039 </div>
2040 2040 );
2041 2041 };
... ...