Skip to content

Commit

Permalink
fix(frontend): sqlserver 新机重建单据详情主机信息显示错误 #7149
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Sep 26, 2024
1 parent 873b2ef commit 63df643
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<template>
<BkTable :data="ticketDetails.details.infos">
<BkTableColumn
field="new_slave_host.ip"
field="old_slave_host.ip"
:label="t('待重建从库主机')" />
<BkTableColumn
field="new_cluster_name"
Expand All @@ -29,7 +29,7 @@
</template>
</BkTableColumn>
<BkTableColumn
field="old_slave_host.ip"
field="new_slave_host.ip"
:label="t('新从库主机')" />
</BkTable>
</template>
Expand Down

0 comments on commit 63df643

Please sign in to comment.