|
|
@ -105,12 +105,12 @@ export default { |
|
|
|
rowPerson.rowFive = this.dataList[4].Persons |
|
|
|
rowPerson.rowSix = this.dataList[5].Persons |
|
|
|
rowMoney.rowZero = '欠费金额(万元)' |
|
|
|
rowMoney.rowOne = this.dataList[0].Amount.toFixed(1) |
|
|
|
rowMoney.rowTwo = this.dataList[1].Amount.toFixed(1) |
|
|
|
rowMoney.rowThree = this.dataList[2].Amount.toFixed(1) |
|
|
|
rowMoney.rowFour = this.dataList[3].Amount.toFixed(1) |
|
|
|
rowMoney.rowFive = this.dataList[4].Amount.toFixed(1) |
|
|
|
rowMoney.rowSix = this.dataList[5].Amount.toFixed(1) |
|
|
|
rowMoney.rowOne = this.dataList[0].Amount |
|
|
|
rowMoney.rowTwo = this.dataList[1].Amount |
|
|
|
rowMoney.rowThree = this.dataList[2].Amount |
|
|
|
rowMoney.rowFour = this.dataList[3].Amount |
|
|
|
rowMoney.rowFive = this.dataList[4].Amount |
|
|
|
rowMoney.rowSix = this.dataList[5].Amount |
|
|
|
} |
|
|
|
this.dataListTable[0] = rowPerson |
|
|
|
this.dataListTable[1] = rowMoney |
|
|
|