zhengyiming
2025-11-14 4153f38e1f55daac0d1da109992a65c0026b0f40
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>;