zhengyiming
5 天以前 8eec3bdd93b15bb26f53e3e4b1f5c1679f2efc1a
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>;