This commit is contained in:
TaricXin
2022-03-17 13:30:07 +08:00
parent b394d976a0
commit c0336eb26a

View File

@ -29,7 +29,7 @@
</div>
</div>
<st #st [data]="service.$api_get_crmCustomer_page" [columns]="columns" [req]="{ params: reqParams }"
[loading]="false" [scroll]="{ y: '370px' }" (change)="stChange($event)">
[loading]="false" [scroll]="{ y: '370px' }" (change)="stChange($event)" [page]="{}" >
<ng-template st-row="customerType" let-item let-index="index">
<div>
<span *ngIf="item?.customerType == 1">客户</span>