diff --git a/nezha-fronted/src/assets/css/common/rightBoxCommon.scss b/nezha-fronted/src/assets/css/common/rightBoxCommon.scss
index 60e5ada22..c934749df 100644
--- a/nezha-fronted/src/assets/css/common/rightBoxCommon.scss
+++ b/nezha-fronted/src/assets/css/common/rightBoxCommon.scss
@@ -311,3 +311,10 @@
.el-form-item__content .el-autocomplete .el-input-group {
vertical-align: unset;
}
+.user-name {
+ font-weight: bold;
+ margin-right: 5px;
+}
+.user-username{
+ color: #999;
+}
diff --git a/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue b/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue
index ef6b726c7..fc4e08dba 100644
--- a/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue
+++ b/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue
@@ -316,6 +316,7 @@
:key="item.id"
:label="item.username"
:value="item.id">
+ {{item.name}}@{{item.username}}
diff --git a/nezha-fronted/src/components/common/rightBox/dcBox.vue b/nezha-fronted/src/components/common/rightBox/dcBox.vue
index 3a7ab887e..b0b36b705 100644
--- a/nezha-fronted/src/components/common/rightBox/dcBox.vue
+++ b/nezha-fronted/src/components/common/rightBox/dcBox.vue
@@ -23,6 +23,7 @@
+ {{item.name}}@{{item.username}}
diff --git a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue
index 164166fe4..4e074204d 100644
--- a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue
+++ b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue
@@ -58,7 +58,7 @@
-
- {{user.username}}
+ {{user.name}} @{{user.username}}
- {{ scope.row.adminUser.username }}
+
+ {{scope.row.adminUser.name}}@{{scope.row.adminUser.username}}
+
-