|
@@ -86,7 +86,7 @@ export default {
|
|
|
this.option.column = config
|
|
this.option.column = config
|
|
|
val.buildDate = this.data.startDate + '至' + this.data.endDate
|
|
val.buildDate = this.data.startDate + '至' + this.data.endDate
|
|
|
val.operationDate = this.data.operationStartDate + '至' + this.data.operationEndDate
|
|
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
|
|
immediate: true
|