Showing
1 changed file
with
2 additions
and
2 deletions
| 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-13 15:38:00 | 4 | + * @LastEditTime: 2024-06-17 15:51:41 |
| 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,7 @@ | ... | @@ -23,7 +23,7 @@ |
| 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 | - :disabled="item.component_props.readonly" | 26 | + :readonly="item.component_props.readonly" |
| 27 | readonly | 27 | readonly |
| 28 | @touchstart.stop="showKeyboard($event)" | 28 | @touchstart.stop="showKeyboard($event)" |
| 29 | :border="false" | 29 | :border="false" | ... | ... |
-
Please register or login to post a comment