Browse Source

Merge branch 'qin_26'

lwx_v27
herenshan112 3 weeks ago
parent
commit
236af308ae
  1. 2
      src/components/DesignForm/public/form/formItem.vue

2
src/components/DesignForm/public/form/formItem.vue

@ -1344,7 +1344,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