zhengyiming
2025-11-14 b6dbab5e16957d2c75fd99efe1af1e7938bdca36
src/components/commonView/types.ts
@@ -9,9 +9,11 @@
export type FourStreamsMaterialFileTableProps = {
  date?: string;
  showUploadBtn?: boolean;
  showMaterialExtraFileUploadBtn?: boolean;
  showCheckBtn?: boolean;
  showDownloadBtn?: boolean;
  showDeleteBtn?: boolean;
  showMaterialExtraFileDeleteBtn?: boolean;
  downloadBtnText?: string;
  onDelete?: (row: CustomerApplyFileTypeListItem, fileId: string) => Promise<any>;
  onUpload?: (row: CustomerApplyFileTypeListItem, userFile: UploadUserFile) => Promise<any>;