解决 el-input 红色波浪线问题

- 
添加 spellcheck="false"<el-input class="inputStyle" v-model="codeNum" spellcheck="false" @change="orderFn" ref="inputSelectBound" label=""></el-input>
 


添加 spellcheck="false"
<el-input class="inputStyle" v-model="codeNum" spellcheck="false" @change="orderFn" ref="inputSelectBound" label=""></el-input>
