diff --git a/nezha-fronted/src/components/common/popBox/cabinetConfig.vue b/nezha-fronted/src/components/common/popBox/cabinetConfig.vue
index 487493fd2..0a7cf6ee5 100644
--- a/nezha-fronted/src/components/common/popBox/cabinetConfig.vue
+++ b/nezha-fronted/src/components/common/popBox/cabinetConfig.vue
@@ -25,7 +25,7 @@
{{cabinet.uSize}}
-
+
{{cabinet.remark}}
diff --git a/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue b/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue
index 405625698..a763e1392 100644
--- a/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue
+++ b/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue
@@ -40,7 +40,7 @@
>
-
+
@@ -88,7 +88,7 @@ export default {
{ title: 'ID', data: 'id' },
{ title: this.$t('config.model.titleName'), data: 'name' },
{ title: this.$t('config.model.titleType'), data: 'type' },
- { title: this.$t('config.model.remark'), data: 'remark' }
+ { title: this.$t('overall.remark'), data: 'remark' }
],
url: 'asset/model',
brandUrl: 'asset/brand',
diff --git a/nezha-fronted/src/components/common/rightBox/cabinetBox.vue b/nezha-fronted/src/components/common/rightBox/cabinetBox.vue
index 934581df7..ccb4f8527 100644
--- a/nezha-fronted/src/components/common/rightBox/cabinetBox.vue
+++ b/nezha-fronted/src/components/common/rightBox/cabinetBox.vue
@@ -33,7 +33,7 @@
-
+
diff --git a/nezha-fronted/src/components/common/rightBox/exprTmplBox.vue b/nezha-fronted/src/components/common/rightBox/exprTmplBox.vue
index 1b5094a4a..72d92c00e 100644
--- a/nezha-fronted/src/components/common/rightBox/exprTmplBox.vue
+++ b/nezha-fronted/src/components/common/rightBox/exprTmplBox.vue
@@ -42,7 +42,7 @@
>
-
+
-
+
diff --git a/nezha-fronted/src/components/common/rightBox/snmpCredentialBox.vue b/nezha-fronted/src/components/common/rightBox/snmpCredentialBox.vue
index ff36d9566..44e171180 100644
--- a/nezha-fronted/src/components/common/rightBox/snmpCredentialBox.vue
+++ b/nezha-fronted/src/components/common/rightBox/snmpCredentialBox.vue
@@ -14,7 +14,7 @@
-
+
diff --git a/nezha-fronted/src/components/common/table/settings/cabinetTable.vue b/nezha-fronted/src/components/common/table/settings/cabinetTable.vue
index f1b25bfd1..6aadf9909 100644
--- a/nezha-fronted/src/components/common/table/settings/cabinetTable.vue
+++ b/nezha-fronted/src/components/common/table/settings/cabinetTable.vue
@@ -89,7 +89,7 @@ export default {
show: true
},
{
- label: this.$t('config.dc.remark'),
+ label: this.$t('overall.remark'),
prop: 'remark',
show: true
}
diff --git a/nezha-fronted/src/components/common/table/settings/chartTmplTable.vue b/nezha-fronted/src/components/common/table/settings/chartTmplTable.vue
index f540100bb..6361676f7 100644
--- a/nezha-fronted/src/components/common/table/settings/chartTmplTable.vue
+++ b/nezha-fronted/src/components/common/table/settings/chartTmplTable.vue
@@ -98,7 +98,7 @@ export default {
show: true,
sortable: 'custom'
}, {
- label: this.$t('config.exprTemp.remark'),
+ label: this.$t('overall.remark'),
prop: 'remark',
show: true
}
diff --git a/nezha-fronted/src/components/common/table/settings/credentialsTable.vue b/nezha-fronted/src/components/common/table/settings/credentialsTable.vue
index 9baf4ed40..95c1b9973 100644
--- a/nezha-fronted/src/components/common/table/settings/credentialsTable.vue
+++ b/nezha-fronted/src/components/common/table/settings/credentialsTable.vue
@@ -114,7 +114,7 @@ export default {
prop: 'port',
show: true
}, {
- label: this.$t('config.mib.credential.remark'),
+ label: this.$t('overall.remark'),
prop: 'remark',
show: true
}]
diff --git a/nezha-fronted/src/components/common/table/settings/exprTmplTable.vue b/nezha-fronted/src/components/common/table/settings/exprTmplTable.vue
index a3ee38814..3d84982d8 100644
--- a/nezha-fronted/src/components/common/table/settings/exprTmplTable.vue
+++ b/nezha-fronted/src/components/common/table/settings/exprTmplTable.vue
@@ -88,7 +88,7 @@ export default {
prop: 'expression',
show: true
}, {
- label: this.$t('config.exprTemp.remark'),
+ label: this.$t('overall.remark'),
prop: 'remark',
show: true
}
diff --git a/nezha-fronted/src/components/common/table/settings/modelTable.vue b/nezha-fronted/src/components/common/table/settings/modelTable.vue
index e5b72b6a0..b308e6897 100644
--- a/nezha-fronted/src/components/common/table/settings/modelTable.vue
+++ b/nezha-fronted/src/components/common/table/settings/modelTable.vue
@@ -110,7 +110,7 @@ export default {
width: 120,
sortable: 'custom'
}, {
- label: this.$t('config.model.remark'),
+ label: this.$t('overall.remark'),
prop: 'remark',
show: true
}
diff --git a/nezha-fronted/src/components/page/alert/alertMessage.vue b/nezha-fronted/src/components/page/alert/alertMessage.vue
index 2ed4f1a56..30b949dd4 100644
--- a/nezha-fronted/src/components/page/alert/alertMessage.vue
+++ b/nezha-fronted/src/components/page/alert/alertMessage.vue
@@ -62,7 +62,7 @@
-
+
diff --git a/nezha-fronted/src/components/page/dashboard/chartBox.vue b/nezha-fronted/src/components/page/dashboard/chartBox.vue
index d5ace87c2..6166b676c 100644
--- a/nezha-fronted/src/components/page/dashboard/chartBox.vue
+++ b/nezha-fronted/src/components/page/dashboard/chartBox.vue
@@ -204,7 +204,7 @@
-
+