From c03732498a0b7824555351eca5357f02665f3e17 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Fri, 29 Aug 2025 10:46:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/list/job.vue | 2 +- .../conversation-list/conversation-item.vue | 20 ++++---- .../pages/Conversation/conversation-list/index.vue | 10 ++-- pages/message/index.vue | 2 +- root/NEUIKit/pages/Chat/index.vue | 45 +++++++++++++++--- root/NEUIKit/pages/Chat/message/message-input.vue | 6 +-- root/NEUIKit/pages/Chat/message/message-list.vue | 2 +- root/detail/apply.vue | 2 +- root/detail/userShare.vue | 53 +++++++++++++--------- root/person/changeTeam.vue | 1 + utils/ajax.js | 5 +- utils/common.js | 10 ++-- utils/wyyx.js | 5 +- 13 files changed, 109 insertions(+), 54 deletions(-) diff --git a/components/list/job.vue b/components/list/job.vue index e7dfd01..b2454f4 100644 --- a/components/list/job.vue +++ b/components/list/job.vue @@ -131,7 +131,7 @@ - 选择 + 发送 diff --git a/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue b/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue index 38271c5..e31ea16 100644 --- a/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue +++ b/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue @@ -14,23 +14,23 @@ @click="handleConversationItemClick()" >
-
+
{{ unread }}
- +
-
- - +
+ + {{ sessionName }} {{ date }}
-
- +
+ {{ "[" + t("someoneText") + "@" + t("meText") + "]" }} @@ -44,8 +44,10 @@ {{ action.name }}
- + +
+