Skip to content

Commit

Permalink
fix(frontend): 修复sqlserver部署单据规格单位显示问题 #8821
Browse files Browse the repository at this point in the history
  • Loading branch information
3octaves authored and iSecloud committed Dec 25, 2024
1 parent 1998372 commit e8c8298
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,13 @@
<InfoItem
v-if="resourceSpecs"
:label="t('后端存储规格:')">
{{ ticketDetails.details.cluster_count }}
<BkPopover
placement="top"
theme="light">
<span
class="pb-2"
style="cursor: pointer; border-bottom: 1px dashed #979ba5">
{{ resourceSpecs.spec_name }}({{ resourceSpecs.count }} {{ t('') }})
{{ resourceSpecs.spec_name }}({{ resourceSpecs.count }} {{ t('') }})
</span>
<template #content>
<SpecInfos :data="resourceSpecs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<InfoItem
v-if="resourceSpec"
:label="t('后端存储规格:')">
{{ ticketDetails.details.cluster_count }}
<BkPopover
placement="top"
theme="light">
Expand Down

0 comments on commit e8c8298

Please sign in to comment.