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