xiangpei
2024-08-07 72192cc5e32e6088e8ed726d5c95b78b889ee675
src/components/FileUpload/index.vue
@@ -63,7 +63,7 @@
    // 文件类型, 例如['png', 'jpg', 'jpeg']
    fileType: {
      type: Array,
      default: () => ["doc", "xls", "ppt", "txt", "pdf","png","jpg"],
      default: () => ["docx", "xlsx", "ppt", "txt", "pdf","png","jpg"],
    },
    // 是否显示提示
    isShowTip: {