From 74e7a6055a7982c2bf8fff216dad580a43f6aec5 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Fri, 7 Nov 2025 10:09:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=9C=AC=E6=A1=86?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/public/form/formItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DesignForm/public/form/formItem.vue b/src/components/DesignForm/public/form/formItem.vue index a100bed..cc7dea0 100644 --- a/src/components/DesignForm/public/form/formItem.vue +++ b/src/components/DesignForm/public/form/formItem.vue @@ -1322,7 +1322,7 @@ const diGuiJilian = (val: any, options: any[]) => { :type="data.type === 'password' ? 'password' : 'text'" :style="getFormItemInputStyle(configStyle, 2)" :input-style="getFormItemInputStyle(configStyle, 3)" - v-if="['input', 'password'].includes(data.type) || judgeIsShow(data.name)" + v-if="['input', 'password'].includes(data.type) && judgeIsShow(data.name)" @change="onValueChange(data.type)" :placeholder=" data.control.placeholder