This commit is contained in:
heqinghang
2022-03-29 17:57:06 +08:00
parent 4b69759518
commit b91095ed9a
14 changed files with 494 additions and 5 deletions

View File

@ -0,0 +1,6 @@
<!-- 页头 -->
<page-header-wrapper [title]="'数据报表'"></page-header-wrapper>
<nz-card>
<sf mode="search" [schema]="searchSchema" (formSubmit)="st.reset($event)" (formReset)="st.reset($event)"></sf>
<st #st [data]="url" [columns]="columns"></st>
</nz-card>