From 49dfdd3bf265db28d38167f34e9aabfdd3e8e5db Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 17 十月 2025 10:16:58 +0800
Subject: [PATCH] imagebutton
---
components/oi-form/list/textarea/index.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/components/oi-form/list/textarea/index.vue b/components/oi-form/list/textarea/index.vue
index b10ff9e..71a14da 100644
--- a/components/oi-form/list/textarea/index.vue
+++ b/components/oi-form/list/textarea/index.vue
@@ -31,6 +31,8 @@
this.onChange(e)
},
onClick(e) {
+ if (this.data.disabled)
+ return
this.$emit("on-click", e)
},
onFocus(e) {
--
Gitblit v1.9.1