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(() => { - + { :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)" > + + + + + + + + + + + + + + + +
+ +
+
+
+
+
@@ -171,32 +179,99 @@ + ​ \ No newline at end of file