|
|
@ -282,11 +282,11 @@ export default { |
|
|
|
this.headers = Object.keys(this.dataList[0]).filter( |
|
|
|
(item) => item !== 'accesscardid' && item !== 'carportid' |
|
|
|
) |
|
|
|
} else if (this.queryHistoryParams.chargetype === 2) { |
|
|
|
} else if (this.queryParams.chargetype === 2) { |
|
|
|
this.headers = Object.keys(this.dataList[0]).filter( |
|
|
|
(item) => item !== 'propertyid' && item !== 'carportid' |
|
|
|
) |
|
|
|
} else if (this.queryHistoryParams.chargetype === 3) { |
|
|
|
} else if (this.queryParams.chargetype === 3) { |
|
|
|
this.headers = Object.keys(this.dataList[0]).filter( |
|
|
|
(item) => item !== 'propertyid' && item !== 'accesscardid' |
|
|
|
) |
|
|
|