From ce99cb2e1436876d1dc0b4a86bd6acade3c9a162 Mon Sep 17 00:00:00 2001 From: hreenshan112 Date: Tue, 25 Feb 2025 10:46:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=95=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E4=B8=8D=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/lowCode/formItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/lowCode/formItem.vue b/src/components/lowCode/formItem.vue index bf992e7..b4e3c70 100644 --- a/src/components/lowCode/formItem.vue +++ b/src/components/lowCode/formItem.vue @@ -580,7 +580,7 @@ const currentComponent = computed(() => { :type="data.type === 'password' ? 'password' : 'text'" :style="getFormItemInputStyle(configStyle,2)" :input-style="getFormItemInputStyle(configStyle,3)" - v-if="['password'].includes(data.type)" + v-if="['password','input'].includes(data.type)" :placeholder="data.control.placeholder?data.control.placeholder:'请输入'+getLabel(data.item)" >