From 77b3b5cc6bad2272aa190f3f5cb00cc291fb4699 Mon Sep 17 00:00:00 2001
From: Apcallover <1503963513@qq.com>
Date: Sun, 14 Apr 2024 20:27:47 +0800
Subject: [PATCH] =?UTF-8?q?flat:=20=E6=9A=82=E5=AD=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/projectInfo/projectInfo.vue | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/pages/projectInfo/projectInfo.vue b/pages/projectInfo/projectInfo.vue
index 3978e26..f2dfa40 100644
--- a/pages/projectInfo/projectInfo.vue
+++ b/pages/projectInfo/projectInfo.vue
@@ -91,11 +91,14 @@
座机号:{{info.callNumber}}
-->
-
+
+
+ 工作地址:{{`${info.cityId === -1 ? '无' : area.dic[info.cityId]}`}}
- 工作地址:{{info.address}}
+ 详细地址:{{info.address}}
@@ -404,7 +407,7 @@
}
},
computed: {
- ...mapGetters(['auth', 'autograph']),
+ ...mapGetters(['auth', 'autograph', 'area']),
skillNames() {
if (this.info.skillNames) {
return this.info.skillNames.split(',')