Browse Source

修改单文本不显示问题

qin_8
hreenshan112 9 months ago
parent
commit
ce99cb2e14
  1. 2
      src/components/lowCode/formItem.vue

2
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)"
>
<template #prepend v-if="config.prepend">

Loading…
Cancel
Save