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 @@ --> - - + - - + + -