Compare commits

...

3 Commits

Author SHA1 Message Date
herenshan112 236af308ae Merge branch 'qin_26' 3 weeks ago
herenshan112 74e7a6055a 修改文本框显示问题 3 weeks ago
herenshan112 f6b5095eb1 修改页面 3 weeks ago
  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