Commit 429024d4e1d52d701d017e7280fc862e3d1a6a65
1 parent
9ad08ae5
sWasteType去除按钮
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/Common/CommonTable/index.js
| @@ -2014,7 +2014,7 @@ class CommonTableRc extends React.Component { | @@ -2014,7 +2014,7 @@ class CommonTableRc extends React.Component { | ||
| 2014 | "sWasteType" | 2014 | "sWasteType" |
| 2015 | )} | 2015 | )} |
| 2016 | /> | 2016 | /> |
| 2017 | - <Button | 2017 | + {/* <Button |
| 2018 | type="primary" | 2018 | type="primary" |
| 2019 | size="large" | 2019 | size="large" |
| 2020 | className={styles.mesBtnGreen} | 2020 | className={styles.mesBtnGreen} |
| @@ -2035,7 +2035,7 @@ class CommonTableRc extends React.Component { | @@ -2035,7 +2035,7 @@ class CommonTableRc extends React.Component { | ||
| 2035 | }} | 2035 | }} |
| 2036 | > | 2036 | > |
| 2037 | 类型 | 2037 | 类型 |
| 2038 | - </Button> | 2038 | + </Button> */} |
| 2039 | </div> | 2039 | </div> |
| 2040 | ); | 2040 | ); |
| 2041 | }; | 2041 | }; |