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