龚焕茏
2024-07-30 0f851ca9f5fc81fb73dd26248b3cde46851bce25
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: {