|
|
|
@ -317,7 +317,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
function renderItem() { |
|
|
|
const { itemProps, slot, render, field, suffix, component } = props.schema; |
|
|
|
const { itemProps, slot, render, field, suffix, component, extra } = props.schema; |
|
|
|
const { labelCol, wrapperCol } = unref(itemLabelWidthProp); |
|
|
|
const { colon } = props.formProps; |
|
|
|
|
|
|
|
@ -354,6 +354,7 @@ |
|
|
|
<div style="flex:1;">{getContent()}</div> |
|
|
|
{showSuffix && <span class="suffix">{getSuffix}</span>} |
|
|
|
</div> |
|
|
|
{ getSlot(slots, extra) } |
|
|
|
</Form.Item> |
|
|
|
); |
|
|
|
} |
|
|
|
|