hookehuyr

fix

<!--
* @Date: 2022-09-14 14:44:30
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-06-17 15:51:41
* @LastEditTime: 2024-07-25 15:33:38
* @FilePath: /data-table/src/components/NumberField/index.vue
* @Description: 数字输入框
-->
......@@ -23,7 +23,6 @@
:placeholder="item.component_props.placeholder"
:rules="rules"
:required="item.component_props.required"
:readonly="item.component_props.readonly"
readonly
@touchstart.stop="showKeyboard($event)"
:border="false"
......