fix(admin): clarify partial playback status label
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user