diff --git a/pages/projectInfo/workInfo.vue b/pages/projectInfo/workInfo.vue index 79d6b1d..a1f2718 100644 --- a/pages/projectInfo/workInfo.vue +++ b/pages/projectInfo/workInfo.vue @@ -100,7 +100,7 @@ 座机号:{{info.callNumber}} --> - 工作地址:{{`${info.province}${info.city}${info.county}` || info.jobAddress || '暂无'}} + 工作地址:{{ info.cityId || '暂无'}} 详细地址:{{info.address || '暂无'}}