Skip to content

Commit

Permalink
fix(frontend): sqlserver 单节点部署支持端口号 TencentBlueKing#7218
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Oct 9, 2024
1 parent 9b6c0cf commit 3b880d0
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 3b880d0

Please sign in to comment.