From 10c8c7b7961b387e1dc3f60a1117a960e7f4a112 Mon Sep 17 00:00:00 2001 From: lbw_9527443 <780139497@qq.com> Date: Thu, 16 Oct 2025 11:44:33 +0800 Subject: [PATCH] =?UTF-8?q?refactor(components):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E9=80=9A=E8=AF=9D=E8=AE=B0=E5=BD=95=E5=8D=A1=E7=89=87=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E5=92=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除调试用的console.log语句 - 重新组织通话记录卡片的结构,将用户信息、标签和分数整合到更清晰的布局中 - 新增通话时长格式化方法和分数样式分类方法 - 优化移动端布局和交互效果 - 改进标签和按钮的视觉样式,增加悬停效果 --- .../views/person/components/RawDataCards.vue | 486 +++++++++--------- my-vue-app/src/views/person/sale.vue | 2 - 2 files changed, 253 insertions(+), 235 deletions(-) diff --git a/my-vue-app/src/views/person/components/RawDataCards.vue b/my-vue-app/src/views/person/components/RawDataCards.vue index d9be774..f36c180 100644 --- a/my-vue-app/src/views/person/components/RawDataCards.vue +++ b/my-vue-app/src/views/person/components/RawDataCards.vue @@ -39,8 +39,8 @@
- -
- +
@@ -79,7 +79,7 @@
- +
@@ -89,13 +89,23 @@
- 用户: {{ call.user_name }} - 客户: {{ call.customer_name }} - {{ call.record_tag }} +
+ +
+ {{ call.record_tag }} + + {{ call.score }}分 +
+
+
{{ formatDateTime(call.record_create_time) }}
+
-
-
- {{ formatDateTime(call.record_create_time) }} + + {{ formatCallDuration(call.call_duration) }}
@@ -120,8 +129,6 @@
- -