fix bug
This commit is contained in:
@ -4,13 +4,13 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-04-06 13:20:56
|
* @Date : 2022-04-06 13:20:56
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-04-19 15:52:16
|
* @LastEditTime : 2022-04-29 17:55:02
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\datatable\\components\\customtable\\customindex\\customindex.component.html
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\datatable\\components\\customtable\\customindex\\customindex.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
<!-- 页头 -->
|
<!-- 页头 -->
|
||||||
<page-header-wrapper [title]="'客户报表'"></page-header-wrapper>
|
<page-header-wrapper [title]="'客户报表'"></page-header-wrapper>
|
||||||
<div nz-row [nzGutter]="16">
|
<div nz-row [nzGutter]="16" acl [acl-ability]="['customindex-statisticsTotal']">
|
||||||
<div nz-col class="gutter-row" [nzSpan]="6">
|
<div nz-col class="gutter-row" [nzSpan]="6">
|
||||||
<g2-card [title]="'货主'" [bordered]="true" [total]="hzData?.total || '0'"
|
<g2-card [title]="'货主'" [bordered]="true" [total]="hzData?.total || '0'"
|
||||||
[footer]="'已认证' + ' ' + hzData?.auditPassTotal" contentHeight="46">
|
[footer]="'已认证' + ' ' + hzData?.auditPassTotal" contentHeight="46">
|
||||||
|
|||||||
Reference in New Issue
Block a user