跳转到内容

Attachment

附件展示

API

参数说明类型默认值
showInlineTips是否显示上传文件提示 (比如单个文件不大于…)booleantrue

示例图

18

示例代码

<View title="Attachment">
<Form model="trantor_doc_Person">
<Fields>
<Field name="avatar">
<RenderType>
<Attachment :showInlineTips="false" />
</RenderType>
</Field>
</Form>
</View>