From 0d22ab734635c43a5a1c45e71fb2c691ebff52b2 Mon Sep 17 00:00:00 2001 From: shengchanzhe <179998674@qq.com> Date: Sun, 14 Jan 2024 16:01:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/custom_contacts/detail.vue | 33 ++++++++----- src/views/custom_contacts/edit.vue | 9 +++- src/views/custom_service/edit.vue | 44 ++++++++++++------ src/views/customer_demand/edit.vue | 30 ++++++++---- src/views/project_follow_up/detail.vue | 60 +++++++++++++++--------- src/views/project_follow_up/edit.vue | 64 +++++++++++++++++--------- 6 files changed, 159 insertions(+), 81 deletions(-) diff --git a/src/views/custom_contacts/detail.vue b/src/views/custom_contacts/detail.vue index 6a86cf0..90fa226 100644 --- a/src/views/custom_contacts/detail.vue +++ b/src/views/custom_contacts/detail.vue @@ -5,19 +5,26 @@
- {{ formData.custom_name }} - {{ formData.name }} - {{ formData.position }} + {{ + formData.custom_name }} + {{ + formData.name }} + {{ + formData.position }} {{ formData.phone }} - {{ formData.telephone }} - {{ formData.email }} - {{ formData.notes }} + {{ + formData.telephone }} + {{ + formData.email }} + {{ + formData.notes }}
- 文件{{ index + 1 }}查看 + 文件{{ index + 1 }}查看
@@ -25,11 +32,15 @@ 暂无文件
- + - - - + + + diff --git a/src/views/custom_contacts/edit.vue b/src/views/custom_contacts/edit.vue index d6a689f..71d48bb 100644 --- a/src/views/custom_contacts/edit.vue +++ b/src/views/custom_contacts/edit.vue @@ -44,7 +44,11 @@ --> - - + - - + + -