feat: 上传文件格式说明
This commit is contained in:
parent
f81dffd072
commit
93673fd095
@ -199,6 +199,13 @@ function getValue() {
|
||||
{{ $t('component.upload.upload') }}
|
||||
</a-button>
|
||||
</div>
|
||||
<div class="flex flex-wrap">
|
||||
请上传不超过
|
||||
<div class="text-primary font-bold">[{{ maxSize }}MB]</div>
|
||||
的
|
||||
<div class="text-primary font-bold">[{{ accept.join(', ') }}]</div>
|
||||
格式文件
|
||||
</div>
|
||||
</Upload>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -79,7 +79,7 @@ const [BasicForm, formApi] = useVbenForm({
|
||||
},
|
||||
defaultValue: [],
|
||||
label: '附件上传',
|
||||
formItemClass: 'items-baseline',
|
||||
formItemClass: 'items-start',
|
||||
},
|
||||
{
|
||||
fieldName: 'flowCopyList',
|
||||
|
@ -70,7 +70,7 @@ const [BasicForm, formApi] = useVbenForm({
|
||||
},
|
||||
defaultValue: [],
|
||||
label: '附件上传',
|
||||
formItemClass: 'items-baseline',
|
||||
formItemClass: 'items-start',
|
||||
},
|
||||
{
|
||||
fieldName: 'flowCopyList',
|
||||
|
Loading…
Reference in New Issue
Block a user