2018-08-07 04:57:40 +08:00
|
|
|
<div class="cell title">
|
2022-07-06 01:41:31 +08:00
|
|
|
{{#if this.model.icon}}
|
|
|
|
{{d-icon this.model.icon}}
|
2018-08-07 04:57:40 +08:00
|
|
|
{{/if}}
|
2022-07-06 01:41:31 +08:00
|
|
|
<a href={{this.model.reportUrl}}>{{this.model.title}}</a>
|
2018-08-07 04:57:40 +08:00
|
|
|
</div>
|
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<div class="cell value today-count">{{number this.model.todayCount}}</div>
|
2018-08-07 04:57:40 +08:00
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<div
|
|
|
|
class="cell value yesterday-count {{this.model.yesterdayTrend}}"
|
|
|
|
title={{this.model.yesterdayCountTitle}}
|
|
|
|
>
|
|
|
|
{{number this.model.yesterdayCount}}
|
|
|
|
{{d-icon this.model.yesterdayTrendIcon}}
|
2018-08-07 04:57:40 +08:00
|
|
|
</div>
|
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<div
|
|
|
|
class="cell value sevendays-count {{this.model.sevenDaysTrend}}"
|
|
|
|
title={{this.model.sevenDaysCountTitle}}
|
|
|
|
>
|
|
|
|
{{number this.model.lastSevenDaysCount}}
|
|
|
|
{{d-icon this.model.sevenDaysTrendIcon}}
|
2018-08-07 04:57:40 +08:00
|
|
|
</div>
|
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<div
|
|
|
|
class="cell value thirty-days-count {{this.model.thirtyDaysTrend}}"
|
|
|
|
title={{this.model.thirtyDaysCountTitle}}
|
|
|
|
>
|
|
|
|
{{number this.model.lastThirtyDaysCount}}
|
2018-08-23 00:00:11 +08:00
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
{{#if this.model.canDisplayTrendIcon}}
|
|
|
|
{{d-icon this.model.thirtyDaysTrendIcon}}
|
2018-08-23 00:00:11 +08:00
|
|
|
{{/if}}
|
2018-08-07 04:57:40 +08:00
|
|
|
</div>
|