diff --git a/dbm-ui/frontend/src/components/cluster-common/RenderBaseInfo.vue b/dbm-ui/frontend/src/components/cluster-common/RenderBaseInfo.vue index 837a85c86e..e4c58b5799 100644 --- a/dbm-ui/frontend/src/components/cluster-common/RenderBaseInfo.vue +++ b/dbm-ui/frontend/src/components/cluster-common/RenderBaseInfo.vue @@ -14,39 +14,41 @@ diff --git a/dbm-ui/frontend/src/components/cluster-common/SpecDetailForPopover.vue b/dbm-ui/frontend/src/components/cluster-common/SpecDetailForPopover.vue index acd25c6d3e..ed764e9786 100644 --- a/dbm-ui/frontend/src/components/cluster-common/SpecDetailForPopover.vue +++ b/dbm-ui/frontend/src/components/cluster-common/SpecDetailForPopover.vue @@ -4,35 +4,37 @@ {{ data.spec_name }} - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
CPU: - {{ data.cpu.min }} ~ {{ data.cpu.max }} {{ t('核') }} -
{{ t('内存') }}: - {{ data.mem.min }} ~ {{ data.mem.max }} G -
{{ t('磁盘') }}: - -
{{ t('每台主机实例数量') }}: - {{ data.instance_num }} -
CPU: + {{ data.cpu.min }} ~ {{ data.cpu.max }} {{ t('核') }} +
{{ t('内存') }}: + {{ data.mem.min }} ~ {{ data.mem.max }} G +
{{ t('磁盘') }}: + +
{{ t('每台主机实例数量') }}: + {{ data.instance_num }} +
diff --git a/dbm-ui/frontend/src/components/locale-switch/Index.vue b/dbm-ui/frontend/src/components/locale-switch/Index.vue index 058f8d4715..3f2a45137f 100644 --- a/dbm-ui/frontend/src/components/locale-switch/Index.vue +++ b/dbm-ui/frontend/src/components/locale-switch/Index.vue @@ -24,6 +24,15 @@ diff --git a/dbm-ui/frontend/src/components/render-table/columns/role-host-select/Index.vue b/dbm-ui/frontend/src/components/render-table/columns/role-host-select/Index.vue index 20f0e556ff..7a31dd1f2b 100644 --- a/dbm-ui/frontend/src/components/render-table/columns/role-host-select/Index.vue +++ b/dbm-ui/frontend/src/components/render-table/columns/role-host-select/Index.vue @@ -38,8 +38,7 @@ :list="selectList" :placeholder="t('请选择')" :rules="rules" - @change="(value) => handleChange(value as string)" - @option-click="(value) => handleOptionClick(value as string)"> + @change="(value) => handleChange(value as string)">