|
@@ -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>
|