From 921785c49c4e00a1a8fab678bcf25635d3ca4d32 Mon Sep 17 00:00:00 2001 From: tdg930622 <51816549+tdg930622@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:47:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E4=BA=BA=E3=80=81=E8=A2=AB?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E4=BA=BA=E3=80=81=E4=BB=A3=E7=90=86=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/contactPerson.vue | 141 ++++++++------ .../components/contactPersonDialog.vue | 174 +++++++++++------- src/services/contactPerson.js | 39 ++++ 3 files changed, 229 insertions(+), 125 deletions(-) create mode 100644 src/services/contactPerson.js diff --git a/src/pages/mediation-page/components/contactPerson.vue b/src/pages/mediation-page/components/contactPerson.vue index 2d9f558..df166c2 100644 --- a/src/pages/mediation-page/components/contactPerson.vue +++ b/src/pages/mediation-page/components/contactPerson.vue @@ -2,7 +2,7 @@
联系人信息 - + 添加联系人
@@ -11,44 +11,44 @@ {{item}} + @click="handleTab(item)">{{item}}
- + + + + + + + + + + + + + + + + + + + + + + +
-
-
-
李四 18336524833
+
{{item.surname}}
+
+
{{item.name}} {{item.phone}}
- 编辑 - 删除 -
-
- -
- - -
-
-
-
-
李四 18336524833
-
- 本人 - 空号 -
-
-
@@ -63,6 +63,7 @@