Commit 91cb3c0d by liang ce

津贴字段修改

parent 3a610702
......@@ -78,8 +78,8 @@ export default {
let dataAmount = 0
this.SubsidyListDataList.map(item => {
xAxisData.push(parseInt(item.abscissaKey))
data.push(item.sceneTypeTotalAmountMap ? item.sceneTypeTotalAmountMap : 0)
dataAmount = dataAmount + item.sceneTypeTotalAmountMap
data.push(item.subsidyTotalAmount ? item.subsidyTotalAmount : 0)
dataAmount = dataAmount + item.subsidyTotalAmount
})
let unit = this.month === undefined ? '月' : '日'
let color = this.sceneType === 'MEAL' ? ['#3F9EFE'] : [`#FF4A7A`]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment