This commit is contained in:
wangshiming
2022-04-15 17:42:02 +08:00
parent 16ac865866
commit 43bf5ea968
2 changed files with 50 additions and 26 deletions

View File

@ -4,14 +4,15 @@
* @Author : Shiming
* @Date : 2022-03-30 13:55:41
* @LastEditors : Shiming
* @LastEditTime : 2022-04-15 17:13:53
* @LastEditTime : 2022-04-15 17:28:46
* @FilePath : \\tms-obc-web\\src\\app\\routes\\datatable\\components\\compliance\\customer\\customer.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
<!-- 页头 -->
<page-header-wrapper [title]="'数据报表'"></page-header-wrapper>
<nz-card>
<sf #sf mode="search" [schema]="searchSchema" button="none"></sf>
<div style="display: flex;">
<sf #sf mode="search" [schema]="searchSchema" button="none"></sf>
<div class="chooseBox">
<div class="timeBox">
<nz-radio-group [(ngModel)]="mode" nzButtonStyle="solid" (ngModelChange)="changeData()">
@ -27,9 +28,10 @@
</div>
</div>
</div>
<st
#st
[bordered]="true"
multiSort
[scroll]="{ x: '2000px' }"
[data]="service.$api_listCusComplianceReportPage"
[columns]="columns"