From be178b1cb461552df7de2921a64e2b7c2a573481 Mon Sep 17 00:00:00 2001 From: tdg930622 <51816549+tdg930622@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/LayoutContentNew.vue | 2 +- .../mediation-page/components/SidebarTool.vue | 277 +++++++++++++++++- 2 files changed, 269 insertions(+), 10 deletions(-) diff --git a/src/pages/mediation-page/components/LayoutContentNew.vue b/src/pages/mediation-page/components/LayoutContentNew.vue index 7376bc7..72a58e1 100644 --- a/src/pages/mediation-page/components/LayoutContentNew.vue +++ b/src/pages/mediation-page/components/LayoutContentNew.vue @@ -930,7 +930,7 @@ export default { .right-wrap-side{ width: 40px; height: 100%; - background-color: #EEF1FE; + background-color: #F7F8FA; } //.case-communication-record { diff --git a/src/pages/mediation-page/components/SidebarTool.vue b/src/pages/mediation-page/components/SidebarTool.vue index 2677967..d3c4724 100644 --- a/src/pages/mediation-page/components/SidebarTool.vue +++ b/src/pages/mediation-page/components/SidebarTool.vue @@ -4,10 +4,138 @@
触达记录
+ + + +
09:36 李四上传还款凭证
+
09:33 李四对调解协议进行了电子签名
+
+
+ + +
09:27 李四浏览了案件材料信息
+
+
+
+
+
+ +
+
沟通记录
+ +
+
+
+
+
17:15:00
+
+ 陈陈陈 +
+ +
+ +
+ + + + + + + + + + + + + +
+ +
+
+
+
+ + 陈继平 134****9447 + 本人 + +
+ 重点客户 + + + + + + + + + +
+ + +
+
通话1秒
+ +
播放录音
+
+ + + + + + + + + + + + + + + + + +
+
沟通备注:111
+
+
+
+
+
调解小助手帮你总结:
+
+
+ 由于提供的通话记录内容非常有限且不包含具体的人物姓名、对话主旨、相关的时间和金额信息,无法形成有效的摘要。 +
+
+
-
+ +
+
沟通记录
+ + + +
+
+
沟通记录
+ + + +
+
+
沟通记录
+ + + +
+
+
沟通记录
+ + + +
+
沟通记录
@@ -18,9 +146,9 @@ popper-class="custom-tooltip" effect="dark" content="XXX" - placement="right"> -
+
@@ -29,13 +157,68 @@ popper-class="custom-tooltip" effect="dark" content="XXX" - placement="right"> -
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
@@ -57,7 +240,8 @@ export default { }, data(){ return{ - rightActive: 0 + rightActive: 0, + } }, computed: { @@ -66,17 +250,30 @@ export default { return oh - 57 - 63 }, }, + methods: { + handleToggle(val){ + if (this.rightActive === val){ + this.rightActive = 0; + }else { + this.rightActive = val; + } + } + } } \ No newline at end of file