perf: 文案优化

This commit is contained in:
rd
2025-07-05 12:00:31 +08:00
parent ff8ef62436
commit 12f81cdfc4
2 changed files with 5 additions and 1 deletions

View File

@ -58,6 +58,7 @@ export function getPeriodColumns(type = 'week') {
dataIndex: `${prefix}${item.dataIndex}`,
title: `${labelPrefix}${item.title}`,
prop: `${prefix}${item.prop}`,
tooltip: `${labelPrefix}${item.tooltip}`,
}));
}