2015-05-15 00:53:33 +08:00
|
|
|
<td class="title">
|
2022-07-06 01:41:31 +08:00
|
|
|
{{#if this.report.icon}}
|
|
|
|
{{d-icon this.report.icon}}
|
2015-05-15 00:53:33 +08:00
|
|
|
{{/if}}
|
2022-07-06 01:41:31 +08:00
|
|
|
<a href={{this.report.reportUrl}}>{{this.report.title}}</a>
|
2015-05-15 00:53:33 +08:00
|
|
|
</td>
|
2017-01-09 15:54:31 +08:00
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<td class="value">{{number this.report.todayCount}}</td>
|
2017-01-09 15:54:31 +08:00
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<td
|
|
|
|
class="value {{this.report.yesterdayTrend}}"
|
|
|
|
title={{this.report.yesterdayCountTitle}}
|
|
|
|
>
|
|
|
|
{{number this.report.yesterdayCount}}
|
|
|
|
{{d-icon this.report.yesterdayTrendIcon}}
|
2017-01-09 15:54:31 +08:00
|
|
|
</td>
|
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<td
|
|
|
|
class="value {{this.report.sevenDaysTrend}}"
|
|
|
|
title={{this.report.sevenDaysCountTitle}}
|
|
|
|
>
|
|
|
|
{{number this.report.lastSevenDaysCount}}
|
|
|
|
{{d-icon this.report.sevenDaysTrendIcon}}
|
2017-01-09 15:54:31 +08:00
|
|
|
</td>
|
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<td
|
|
|
|
class="value {{this.report.thirtyDaysTrend}}"
|
|
|
|
title={{this.report.thirtyDaysCountTitle}}
|
|
|
|
>
|
|
|
|
{{number this.report.lastThirtyDaysCount}}
|
|
|
|
{{d-icon this.report.thirtyDaysTrendIcon}}
|
2017-01-09 15:54:31 +08:00
|
|
|
</td>
|
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
{{#if this.allTime}}
|
|
|
|
<td class="value">{{number this.report.total}}</td>
|
2018-05-14 22:04:54 +08:00
|
|
|
{{/if}}
|