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)" >