Skip to content

Commit

Permalink
Hotfix master (#7219)
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx authored Oct 9, 2024
2 parents 5163b89 + 47e69c9 commit 477a5d2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,9 @@
<RegionItem
ref="regionItemRef"
v-model="formData.details.city_code" />
<DbCard
v-if="!isSingleType"
:title="t('数据库部署信息')">
<DbCard :title="t('数据库部署信息')">
<AffinityItem
v-if="!isSingleType"
v-model="formData.details.disaster_tolerance_level"
:city-code="formData.details.city_code" />
<BkFormItem
Expand Down

0 comments on commit 477a5d2

Please sign in to comment.