From 0cb4cdd854525bb16a0c070873300c78d29eac87 Mon Sep 17 00:00:00 2001 From: tdg930622 <51816549+tdg930622@users.noreply.github.com> Date: Fri, 27 Dec 2024 09:41:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E7=B3=BB=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/common.scss | 3 + .../components/LayoutContent.vue | 219 ++++++++------- .../components/contactPerson.vue | 185 +++++++++++++ .../components/contactPersonDialog.vue | 255 ++++++++++++++++++ 4 files changed, 566 insertions(+), 96 deletions(-) create mode 100644 src/pages/mediation-page/components/contactPerson.vue create mode 100644 src/pages/mediation-page/components/contactPersonDialog.vue diff --git a/src/assets/style/common.scss b/src/assets/style/common.scss index 045c905..3a0bbd9 100644 --- a/src/assets/style/common.scss +++ b/src/assets/style/common.scss @@ -111,6 +111,9 @@ html{ .color-274ea4{ color: #274ea4; } +.color-274ea4{ + color: rgb(188, 111, 96); +} .color-text-primary{ color: $color-text-primary; diff --git a/src/pages/mediation-page/components/LayoutContent.vue b/src/pages/mediation-page/components/LayoutContent.vue index df165dc..e48b6b0 100644 --- a/src/pages/mediation-page/components/LayoutContent.vue +++ b/src/pages/mediation-page/components/LayoutContent.vue @@ -33,27 +33,52 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + 案件信息 - + 联系人 - + 案件材料 - + 案件文书 - + 还款计划 - + 还款凭证 @@ -118,97 +143,98 @@
-
- 联系人信息 - 添加联系人 -
-
- 被申请人 - 申请人 - 申请人代理人 -
-
- - -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -413,6 +439,7 @@ export default { VideoReservationDialog: () => import('./VideoReservationDialog'),//视频预约 caseMaterial: () => import('./caseMaterial'),// caseMaterialLeft: () => import('./caseMaterialLeft'),//案件材料左 + contactPerson: () => import('./contactPerson'),//联系人左 }, data() { return { diff --git a/src/pages/mediation-page/components/contactPerson.vue b/src/pages/mediation-page/components/contactPerson.vue new file mode 100644 index 0000000..2d9f558 --- /dev/null +++ b/src/pages/mediation-page/components/contactPerson.vue @@ -0,0 +1,185 @@ + + + + + \ No newline at end of file diff --git a/src/pages/mediation-page/components/contactPersonDialog.vue b/src/pages/mediation-page/components/contactPersonDialog.vue new file mode 100644 index 0000000..fc99ded --- /dev/null +++ b/src/pages/mediation-page/components/contactPersonDialog.vue @@ -0,0 +1,255 @@ + + + + \ No newline at end of file