{{compareSign=='month'?moment(monthValue[0]).format('YYYY-MM') : moment(dateValue[0]).format('YYYY-MM-DD')}}: {{costcompare.prev|decimalsHandle}}
{{compareSign=='month'?moment(monthValue[1]).format('YYYY-MM') : moment(dateValue[1]).format('YYYY-MM-DD')}}: {{costcompare.next|decimalsHandle}}
环比: {{(costcompare.next-costcompare.prev)/costcompare.prev| toPercentage}}
{{compareSign=='month'?moment(monthValue[0]).format('YYYY-MM') : moment(dateValue[0]).format('YYYY-MM-DD')}}: {{clickcompare.prev |formatCurrency}}
{{compareSign=='month'?moment(monthValue[1]).format('YYYY-MM') : moment(dateValue[1]).format('YYYY-MM-DD')}}: {{clickcompare.next |formatCurrency}}
环比: {{ (clickcompare.next-clickcompare.prev)/clickcompare.prev| toPercentage}}
{{compareSign=='month'?moment(monthValue[0]).format('YYYY-MM') : moment(dateValue[0]).format('YYYY-MM-DD')}}: {{showNumcompare.prev|formatCurrency}}
{{compareSign=='month'?moment(monthValue[1]).format('YYYY-MM') : moment(dateValue[1]).format('YYYY-MM-DD')}}: {{showNumcompare.prev|formatCurrency}}
环比: {{(showNumcompare.next-showNumcompare.prev)/showNumcompare.prev| toPercentage}}