diff --git a/src/app/(main)/ad-revenue-report/page.tsx b/src/app/(main)/ad-revenue-report/page.tsx index 1aa5b66..189f373 100644 --- a/src/app/(main)/ad-revenue-report/page.tsx +++ b/src/app/(main)/ad-revenue-report/page.tsx @@ -159,7 +159,7 @@ function playbackStatusTag(row: AdRevenueRow) { const hint = entries .map(([status, count]) => `${PLAYBACK_STATUS_TAG[status].label} ${count} 条`) .join(';'); - return { color: 'purple', label: '混合状态', hint: `${hint}。` }; + return { color: 'purple', label: '部分完成', hint: `${hint}。` }; } const fmtFactorRange = (a: number | null, b: number | null) => {