Commit 1219a76
committed
fix: use correct i18n keys for data export step description in template list
The generateStepDescription function in WorkflowTemplateList was mapping
export_review and export_execute to the same i18n keys as sql_review and
sql_execute, causing data export templates to display "审核节点" and
"执行上线" instead of "导出审批" and "导出执行确认" in the step
description column. Fix by mapping to dataExport-specific i18n keys.1 parent 08cbeb0 commit 1219a76
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments