<van-field readOnly @focus="noBomBox" :formatter="formatterNumber" type="number" @click="show =true" class="field" v-model="fillData" placeholder="请输入" />
//禁止手机键盘的弹出noBomBox(Event) { document.activeElement.blur();},