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(',')