Browse Source

变更输入

qin_v14
herenshan112 7 months ago
parent
commit
708aee43c3
  1. 1
      src/components/lowCode/formItem.vue

1
src/components/lowCode/formItem.vue

@ -715,6 +715,7 @@ const handleClick = (event) => {
v-model="value"
:disabled="judgeIsDisabled(data.name)"
type="textarea"
:autosize="{ minRows: 2, maxRows: 20 }"
:placeholder="data.control.placeholder?data.control.placeholder:'请输入'+getLabel(data.item)"
:style="getFormItemInputStyle(configStyle,2)"
:input-style="getFormItemInputStyle(configStyle,3)"

Loading…
Cancel
Save