Skip to content

Commit

Permalink
fix: 切换webview步骤显示文字国际化变量名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungHoiChiu committed Jun 25, 2024
1 parent 819e457 commit 20e3f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StepShow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ const getNotes = (text, type) => {
<el-tag size="small" style="margin-right: 10px">{{
$t('stepDetail.switch.webview')
}}</el-tag>
{{ $t('stepDetail.webviewName') }}:{{ step.content }}
{{ $t('stepDetail.WebviewName') }}:{{ step.content }}
</span>
<span v-if="step.stepType === 'toHandle'">
<el-tag size="small" style="margin-right: 10px">{{
Expand Down

0 comments on commit 20e3f2b

Please sign in to comment.