Skip to content

Commit

Permalink
bug:前端格式化错误翻译(节点管理节点状态错误显示) TencentBlueKing#2295
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 authored Jun 21, 2024
1 parent 510408c commit c258dde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</template>
<bk-table-column :label="$t('status')" width="100">
<template #default="{ row }">
<div class="status-sign" :class="row.status" :data-name="row.status === 'HEALTHY' ? $t('normal') : $t('normal')"></div>
<div class="status-sign" :class="row.status" :data-name="row.status === 'HEALTHY' ? $t('normal') : $t('abnormal')"></div>
</template>
</bk-table-column>
<bk-table-column :label="$t('nodeName')" prop="name" width="250" show-overflow-tooltip></bk-table-column>
Expand Down

0 comments on commit c258dde

Please sign in to comment.