diff --git a/src/components/lowCode/formItem.vue b/src/components/lowCode/formItem.vue index 46447c2..1144343 100644 --- a/src/components/lowCode/formItem.vue +++ b/src/components/lowCode/formItem.vue @@ -497,7 +497,7 @@ const currentComponent = computed(() => { {{ getLabel(data.item) }} - + { :type="data.type === 'password' ? 'password' : 'text'" :style="getFormItemInputStyle(configStyle,2)" :input-style="getFormItemInputStyle(configStyle,3)" - v-if="['input', 'password'].includes(data.type)" + v-if="['password'].includes(data.type)" :placeholder="data.control.placeholder?data.control.placeholder:'请输入'+getLabel(data.item)" > @@ -533,6 +533,82 @@ const currentComponent = computed(() => { {{ config.append }} + + + + + + + + + {{ config.append }} + + + + + + {{ config.append }} + + + + + + + + + + + {{ config.append }} + + + + + + {{ config.append }} + + + + + + + + + + @@ -171,32 +179,99 @@ + \ No newline at end of file