Fix: typo process_duration (#8696)

### What problem does this PR solve?

Fix typo process_duration.

### Type of change

- [x] Documentation Update
- [x] Refactoring
This commit is contained in:
Yongteng Lei
2025-07-07 14:11:47 +08:00
committed by GitHub
parent 789ae87727
commit 4d7bfd2ba3
21 changed files with 42 additions and 34 deletions

View File

@ -61,9 +61,9 @@ const PopoverContent = ({ record }: IProps) => {
children: record.process_begin_at,
},
{
key: 'process_duation',
key: 'process_duration',
label: t('processDuration'),
children: `${record.process_duation.toFixed(2)} s`,
children: `${record.process_duration.toFixed(2)} s`,
},
{
key: 'progress_msg',