hookehuyr

fix

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