Browse Source

去掉一个字

Luolei 6 năm trước cách đây
mục cha
commit
cf97be2f42
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/AddAssistCheck/index.jsx

+ 1 - 1
src/components/AddAssistCheck/index.jsx

@@ -121,7 +121,7 @@ class AddAssistCheck extends React.Component {
             <div className={styles.wrapper}>
                 {this.getAssistLabel()}
                 <div id="searchWrapAssist" style={{position:"relative"}}>
-                    <Add showText="添加辅检项" handleClick={(e) => this.handleSearchShow(e)} id="assistCheck"/>
+                    <Add showText="添加辅检项" handleClick={(e) => this.handleSearchShow(e)} id="assistCheck"/>
                     <SearchOption handleChangeValue={handleChangeValue} visible={this.state.show}>
                         {this.getSearchList(list)}
                     </SearchOption>