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 => {