Skip to content

Commit

Permalink
bugfix: 作业模板调试页面的统计计数有误 TencentBlueKing#1611
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Dec 13, 2022
1 parent e7eda0f commit 198b184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/views/task-manage/debug-plan/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
class="detail-item-title"
style="margin-bottom: 8px;">
<span>{{ $t('template.全局变量.label') }}</span>
<span>( {{ variableList.length }} / {{ selectedVariable.length }} )</span>
<span>( {{ selectedVariable.length }} / {{ variableList.length }} )</span>
</div>
<render-global-var
:list="variableList"
Expand Down

0 comments on commit 198b184

Please sign in to comment.