diff --git a/frontend/src/views/test-plan/testPlan/detail/apiScenario/components/scenarioTable.vue b/frontend/src/views/test-plan/testPlan/detail/apiScenario/components/scenarioTable.vue index 86a3d74f8d..f7a8e5743c 100644 --- a/frontend/src/views/test-plan/testPlan/detail/apiScenario/components/scenarioTable.vue +++ b/frontend/src/views/test-plan/testPlan/detail/apiScenario/components/scenarioTable.vue @@ -188,7 +188,7 @@ columnSelectorDisabled: true, }, { - title: 'case.caseName', + title: 'apiScenario.table.columns.name', dataIndex: 'name', sortable: { sortDirections: ['ascend', 'descend'], @@ -206,7 +206,7 @@ showDrag: true, }, { - title: 'case.caseLevel', + title: 'apiScenario.table.columns.level', dataIndex: 'priority', slotName: 'caseLevel', filterConfig: {