|
|
@ -133,32 +133,32 @@ |
|
|
|
<!--运营角色--> |
|
|
|
<!--运营角色--> |
|
|
|
<div class="inner-content" *ngIf="roleType == 1"> |
|
|
|
<div class="inner-content" *ngIf="roleType == 1"> |
|
|
|
<div nz-row style="margin-top: 20px;" [nzGutter]="16"> |
|
|
|
<div nz-row style="margin-top: 20px;" [nzGutter]="16"> |
|
|
|
<div nz-col nzSpan="8" *ngFor="let item of tyBalance"> |
|
|
|
<div nz-col nzSpan="8" *ngFor="let item of tyBalance" class="row-bottom"> |
|
|
|
<nz-card nzHoverable [nzLoading]="loading" [nzTitle]="item['energyType'] | energyType"> |
|
|
|
<nz-card nzHoverable [nzLoading]="loading" [nzTitle]="item['energyType'] | energyType"> |
|
|
|
<h3>{{item['accountBalance']}}</h3> |
|
|
|
<h3>{{item['accountBalance']}}</h3> |
|
|
|
</nz-card> |
|
|
|
</nz-card> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div nz-col nzSpan="8" style="margin-top: 20px"> |
|
|
|
<div nz-col nzSpan="8" class="row-bottom"> |
|
|
|
<nz-card nzHoverable [nzLoading]="loading" [nzTitle]="'注册总人数'"> |
|
|
|
<nz-card nzHoverable [nzLoading]="loading" [nzTitle]="'注册总人数'"> |
|
|
|
<h3>{{countData['registrantNum']}}</h3> |
|
|
|
<h3>{{countData['registrantNum']}}</h3> |
|
|
|
</nz-card> |
|
|
|
</nz-card> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div nz-col nzSpan="8" style="margin-top: 20px"> |
|
|
|
<div nz-col nzSpan="8" class="row-bottom"> |
|
|
|
<nz-card nzHoverable [nzLoading]="loading" [nzTitle]="'总交易金额'"> |
|
|
|
<nz-card nzHoverable [nzLoading]="loading" [nzTitle]="'总交易金额'"> |
|
|
|
<h3>{{countData['transactionNum']}}</h3> |
|
|
|
<h3>{{countData['transactionNum']}}</h3> |
|
|
|
</nz-card> |
|
|
|
</nz-card> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div nz-col nzSpan="8" style="margin-top: 20px"> |
|
|
|
<div nz-col nzSpan="8" class="row-bottom"> |
|
|
|
<nz-card nzHoverable [nzLoading]="loading" [nzTitle]="'总交易订单数量'"> |
|
|
|
<nz-card nzHoverable [nzLoading]="loading" [nzTitle]="'总交易订单数量'"> |
|
|
|
<h3>{{countData['transactionOrder']}}</h3> |
|
|
|
<h3>{{countData['transactionOrder']}}</h3> |
|
|
|
</nz-card> |
|
|
|
</nz-card> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div nz-col nzSpan="8" style="margin-top: 20px"> |
|
|
|
<div nz-col nzSpan="8" class="row-bottom"> |
|
|
|
<nz-card nzHoverable [nzLoading]="loading" [nzTitle]="'当天交易金额'"> |
|
|
|
<nz-card nzHoverable [nzLoading]="loading" [nzTitle]="'当天交易金额'"> |
|
|
|
<h3>{{countData['transactionToday']}}</h3> |
|
|
|
<h3>{{countData['transactionToday']}}</h3> |
|
|
|
</nz-card> |
|
|
|
</nz-card> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div nz-col nzSpan="8" style="margin-top: 20px"> |
|
|
|
<div nz-col nzSpan="8" class="row-bottom"> |
|
|
|
<nz-card nzHoverable [nzLoading]="loading" [nzTitle]="'当天交易订单'"> |
|
|
|
<nz-card nzHoverable [nzLoading]="loading" [nzTitle]="'当天交易订单'"> |
|
|
|
<h3>{{countData['transactionOrderToday']}}</h3> |
|
|
|
<h3>{{countData['transactionOrderToday']}}</h3> |
|
|
|
</nz-card> |
|
|
|
</nz-card> |
|
|
|