edit
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
<!-- 页头 -->
|
||||
<page-header-wrapper [title]="'数据报表'"></page-header-wrapper>
|
||||
<div nz-row [nzGutter]="16">
|
||||
<div nz-col class="gutter-row" [nzSpan]="6">
|
||||
<g2-card [title]="AdvanceDepositTitle" [bordered]="true" [total]="totalAdvanceDeposit?.totalAmount || '¥ 0.00万'"
|
||||
@ -11,9 +9,10 @@
|
||||
</p>
|
||||
</ng-template>
|
||||
<ng-template #AdvanceDepositFooter>
|
||||
<g2-mini-area line color="#cceafe" height="45" [data]="totalAdvanceDeposit?.list || []"
|
||||
<g2-custom #AdvanceDeposit delay="100"></g2-custom>
|
||||
<!-- <g2-mini-area line color="#cceafe" height="45" [data]="totalAdvanceDeposit?.list || []"
|
||||
(clickItem)="handleClick($event)">
|
||||
</g2-mini-area>
|
||||
</g2-mini-area> -->
|
||||
</ng-template>
|
||||
</g2-card>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user