diff --git a/nezha-fronted/src/components/common/popBox/selectAssetType.vue b/nezha-fronted/src/components/common/popBox/selectAssetType.vue index fc0f86e6c..5e9667a8b 100644 --- a/nezha-fronted/src/components/common/popBox/selectAssetType.vue +++ b/nezha-fronted/src/components/common/popBox/selectAssetType.vue @@ -19,7 +19,7 @@ node-key="id" ref="assetTypeTree">
- {{ node.label }} + {{ $t(node.label) }}
diff --git a/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue b/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue index 0e61a5928..162cf546e 100644 --- a/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue +++ b/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue @@ -35,8 +35,8 @@
-
{{state.name}}
-
{{state.remark}}
+
{{$t(state.name)}}
+
{{$t(state.remark)}}