|
@@ -77,7 +77,7 @@ class NumberDrop extends Component{
|
|
|
}
|
|
|
beyondArea(){
|
|
|
const {handleSelect,ikey,suffix,prefix,mainSaveText} = this.props;
|
|
|
- Notify.info("数值在正常值范围内,请重新输入");
|
|
|
+ Notify.info("输入数值不在合理值范围内,请重新输入!");
|
|
|
handleSelect&&handleSelect({ikey,text:'',suffix,prefix,mainSaveText});
|
|
|
this.setState({
|
|
|
placeholder:this.props.placeholder,
|