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