|
|
|
@ -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"> |
|
|
|
|