scorpio 3 жил өмнө
parent
commit
5931712a1b

+ 1 - 1
src/views/home/component/proinfo.vue

@@ -86,7 +86,7 @@ export default {
           this.option.column = config
           val.buildDate = this.data.startDate + '至' + this.data.endDate
           val.operationDate = this.data.operationStartDate + '至' + this.data.operationEndDate
-          val.area = this.data.provinceCode + this.data.cityCode + this.data.districtCode
+          val.area = this.data.province + this.data.city + this.data.district
         }
       },
       immediate: true