AttachmentDialog

组件描述组件描述组件描述组件描述组件描述组件描述。

基础用法

基础用法基础用法基础用法基础用法基础用法基础用法。

basic.vue

组件配置

AttachmentDialog Props

属性说明类型默认值
title弹窗的标题string对应type名称
type参数类型stringnumber
accept附件上传的acceptstring对应type类型

AttachmentDialog Events

事件名说明参数
click点击触发的事件(event: MouseEvent) => void
confirm选择附件回调(chooseFileList: Array) => void