调整说明
This commit is contained in:
@@ -256,7 +256,7 @@ export default {
|
|||||||
return this.sta = [
|
return this.sta = [
|
||||||
{label: "签到次数统计", id: 'signCount', sta: signCountList, total: signCount},
|
{label: "签到次数统计", id: 'signCount', sta: signCountList, total: signCount},
|
||||||
{label: "积分申请次数统计", id: 'integralApplyCount', sta: integralApplyCountList, total: integralApplyCount},
|
{label: "积分申请次数统计", id: 'integralApplyCount', sta: integralApplyCountList, total: integralApplyCount},
|
||||||
{label: "积分兑换次数统计(小程序用户)", id: 'integralExchangeCount', sta: integralExchangeCountList, total: integralExchangeCount}
|
{label: "积分兑换次数统计", id: 'integralExchangeCount', sta: integralExchangeCountList, total: integralExchangeCount}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}).then(() => this.sta.map(this.renderChart))
|
}).then(() => this.sta.map(this.renderChart))
|
||||||
|
|||||||
Reference in New Issue
Block a user