修复一些错误
This commit is contained in:
@@ -180,5 +180,4 @@ export const PURCHASE_STATUS_MAP: Record<number, { text: string; color: string }
|
||||
3: { text: '已完成', color: 'success' },
|
||||
};
|
||||
|
||||
export type PurchaseExportType = 'all' | 'category';
|
||||
export type ExportFormat = 'xlsx' | 'pdf';
|
||||
|
||||
Reference in New Issue
Block a user