diff --git a/frontend/src/views/api-test/scenario/locale/en-US.ts b/frontend/src/views/api-test/scenario/locale/en-US.ts index b8f2487baa..ac52832e45 100644 --- a/frontend/src/views/api-test/scenario/locale/en-US.ts +++ b/frontend/src/views/api-test/scenario/locale/en-US.ts @@ -38,7 +38,7 @@ export default { 'Step level: The CSV needs to be added to the scenario step. The CSV is loaded when executing this loop step, and the scope is the request within the loop step.', 'apiScenario.params.searchPlaceholder': 'Search by name/tag', 'apiScenario.params.priority': - 'Variable Priority: Temporary Parameters > Scenario Parameters > Environment Parameters > Global Parameters; Note: Avoid using variables with the same name. In case of same name variables, scenario-level CSV has the highest priority.', + 'Variable Priority: Temporary Parameters > Scenario Parameters > Environment Parameters; Note: Avoid using variables with the same name. In case of same name variables, scenario-level CSV has the highest priority.', 'apiScenario.params.name': 'Variable Name', 'apiScenario.params.type': 'Type', 'apiScenario.params.paramValue': 'Parameter Value', diff --git a/frontend/src/views/api-test/scenario/locale/zh-CN.ts b/frontend/src/views/api-test/scenario/locale/zh-CN.ts index 5ccb67fafa..5455ecde85 100644 --- a/frontend/src/views/api-test/scenario/locale/zh-CN.ts +++ b/frontend/src/views/api-test/scenario/locale/zh-CN.ts @@ -47,7 +47,7 @@ export default { 'apiScenario.params.csvStop': '遇到文件结束符停止线程', 'apiScenario.params.searchPlaceholder': '通过名称/标签搜索', 'apiScenario.params.priority': - '变量优先级:临时参数>场景参数 >环境参数>全局参数;注: 避免使用同名变量,同名变量时场景级 CSV 优先级最高', + '变量优先级:临时参数 > 场景参数 > 环境参数;注: 避免使用同名变量,同名变量时场景级 CSV 优先级最高', 'apiScenario.params.name': '变量名称', 'apiScenario.params.type': '类型', 'apiScenario.params.paramValue': '参数值', diff --git a/frontend/src/views/taskCenter/component/caseExecuteResultDrawer.vue b/frontend/src/views/taskCenter/component/caseExecuteResultDrawer.vue index f68587ae2f..5b95b7c9a7 100644 --- a/frontend/src/views/taskCenter/component/caseExecuteResultDrawer.vue +++ b/frontend/src/views/taskCenter/component/caseExecuteResultDrawer.vue @@ -3,7 +3,7 @@