feat: 优化签名热力图与金额展示
This commit is contained in:
@@ -361,7 +361,6 @@ export type ReconciliationReportSummary = ReportVolumeSummary;
|
||||
|
||||
export type ProfitReportSummary = ReportVolumeSummary & {
|
||||
revenueCents: number;
|
||||
refundCents: number;
|
||||
costCents: number;
|
||||
profitCents: number;
|
||||
profitRateBps: number;
|
||||
@@ -387,7 +386,6 @@ export type DailyProfitReport = {
|
||||
successUnits: number;
|
||||
failedUnits: number;
|
||||
revenueCents: number;
|
||||
refundCents: number;
|
||||
costCents: number;
|
||||
profitCents: number;
|
||||
profitRateBps: number;
|
||||
|
||||
@@ -42,7 +42,7 @@ export type SignatureRetirementDetection = {
|
||||
acceptedBusinessCount: number;
|
||||
deliveredBusinessCount: number;
|
||||
approvedAt: string;
|
||||
status: 'alert' | 'healthy';
|
||||
status: 'alert' | 'healthy' | 'observing';
|
||||
suppressed: boolean;
|
||||
};
|
||||
|
||||
@@ -76,6 +76,7 @@ export type SignatureRetirementSuppression = {
|
||||
};
|
||||
|
||||
export type SignatureRetirementHeatmapItem = SignatureRetirementDetection & {
|
||||
activityDate: string;
|
||||
signatureName?: string;
|
||||
channelName?: string | null;
|
||||
tenantName?: string;
|
||||
|
||||
Reference in New Issue
Block a user