fix bug
This commit is contained in:
@ -4,8 +4,8 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-02-24 20:09:49
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-02-24 20:14:21
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\components\\list\\particulars.component.html
|
||||
* @LastEditTime : 2022-04-27 09:41:27
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\components\\particulars\\particulars.component.html
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
-->
|
||||
<page-header-wrapper [title]="''"> </page-header-wrapper>
|
||||
@ -43,8 +43,17 @@
|
||||
</div>
|
||||
</nz-card>
|
||||
|
||||
<nz-card>
|
||||
<nz-card class="table-box">
|
||||
<div class="tab_header">
|
||||
<nz-tabset (nzSelectedIndexChange)="selectChange($event)" >
|
||||
<nz-tab [nzTitle]="'全部'"></nz-tab>
|
||||
<nz-tab [nzTitle]="'付款单'"></nz-tab>
|
||||
<nz-tab [nzTitle]="'退款单'"></nz-tab>
|
||||
</nz-tabset>
|
||||
</div>
|
||||
<!-- 数据列表 -->
|
||||
<div>
|
||||
|
||||
<st
|
||||
#st
|
||||
[bordered]="true"
|
||||
@ -57,4 +66,6 @@
|
||||
[loading]="service.http.loading"
|
||||
>
|
||||
</st>
|
||||
</div>
|
||||
|
||||
</nz-card>
|
||||
|
||||
Reference in New Issue
Block a user