From aa7f732e59af4f7a42983156ee0e41a1cc7a0fd3 Mon Sep 17 00:00:00 2001 From: ZhaoYang <565837861@qq.com> Date: Fri, 27 Mar 2026 17:49:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=AE=A1=E7=90=86=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chenhai-ui/src/views/vet/chatManager/index.vue | 8 +++++--- chenhai-ui/src/views/vet/info/index.vue | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/chenhai-ui/src/views/vet/chatManager/index.vue b/chenhai-ui/src/views/vet/chatManager/index.vue index 7a96d94..828b543 100644 --- a/chenhai-ui/src/views/vet/chatManager/index.vue +++ b/chenhai-ui/src/views/vet/chatManager/index.vue @@ -99,7 +99,8 @@ :src="activeSession.otherUserAvatar" :style="{ backgroundColor: getAvatarColor(activeSession.otherUserName) }" > - {{ getAvatarText(activeSession.otherUserName) }} + +

{{ activeSession.otherUserName }}

@@ -154,7 +155,8 @@ :src="activeSession.otherUserAvatar" :style="{ backgroundColor: getAvatarColor(activeSession.otherUserName) }" > - {{ getAvatarText(activeSession.otherUserName) }} + +
@@ -1123,7 +1125,7 @@ export default { /* 在线状态指示器优化 */ .online-status { position: absolute; - bottom: 2px; + bottom: 6px; right: 2px; width: 12px; height: 12px; diff --git a/chenhai-ui/src/views/vet/info/index.vue b/chenhai-ui/src/views/vet/info/index.vue index 11965df..b827ed0 100644 --- a/chenhai-ui/src/views/vet/info/index.vue +++ b/chenhai-ui/src/views/vet/info/index.vue @@ -545,6 +545,7 @@ export default { this.$modal.msgSuccess("修改成功") this.open = false this.getList() + window.location.reload() }) } else { addInfo(this.form).then(response => {