Skip to content

Commit

Permalink
feat(frontend): sqlserver 工具箱 #3485
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 17168
  • Loading branch information
hLinx committed Sep 3, 2024
1 parent bee42fb commit 8a297c7
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,12 @@
<RegionItem
ref="regionItemRef"
v-model="formData.details.city_code" />
<DbCard :title="t('数据库部署信息')">
<AffinityItem v-model="formData.details.disaster_tolerance_level" />
<DbCard
v-if="!isSingleType"
:title="t('数据库部署信息')">
<AffinityItem
v-model="formData.details.disaster_tolerance_level"
:city-code="formData.details.city_code" />
<BkFormItem
:label="t('SQLServer起始端口')"
property="details.start_mssql_port"
Expand Down

0 comments on commit 8a297c7

Please sign in to comment.