Browse Source

修改文本框显示问题

qin_26
herenshan112 3 weeks ago
parent
commit
74e7a6055a
  1. 2
      src/components/DesignForm/public/form/formItem.vue

2
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

Loading…
Cancel
Save