From 43dc5fff4c3e7f485b509d1707fea2092ca0cfeb Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Sat, 20 Jan 2024 10:54:09 +0800 Subject: [PATCH 1/4] update --- src/views/custom/detail.vue | 2 +- src/views/custom/index.vue | 15 +++++++-------- src/views/custom_contacts/detail.vue | 20 +++++--------------- src/views/custom_follow/index.vue | 14 +++++++++----- 4 files changed, 22 insertions(+), 29 deletions(-) diff --git a/src/views/custom/detail.vue b/src/views/custom/detail.vue index 1e89f5c..db3663e 100644 --- a/src/views/custom/detail.vue +++ b/src/views/custom/detail.vue @@ -15,7 +15,7 @@ - {{ formData.address }} + {{ formData.province_name + formData.city_name + formData.area_name + formData.address }} {{ formData.phone diff --git a/src/views/custom/index.vue b/src/views/custom/index.vue index ace6269..34e9c43 100644 --- a/src/views/custom/index.vue +++ b/src/views/custom/index.vue @@ -53,17 +53,16 @@ - - - - + + + + + - - + - - + 新增 - + 删除
- + @@ -63,10 +65,12 @@