cuiqian2004
2025-10-17 49dfdd3bf265db28d38167f34e9aabfdd3e8e5db
components/oi-form/list/input-number/index.vue
@@ -36,6 +36,8 @@
            this.onChange(e)
         },
         onClick(e) {
            if (this.data.disabled)
               return
            this.$emit("on-click", e)
         },
         onFocus(e) {