@ -83,7 +83,7 @@ export default {
// 文件类型, 例如['png', 'jpg', 'jpeg']
fileType: {
type: Array,
default: () => ["doc", "docx", "xls", "xlsx", "ppt", "txt", "pdf"],
default: () => ["doc", "docx", "pdf"],//"xls", "xlsx", "ppt", "txt",
},
// 是否显示提示
isShowTip: {