bugfix
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user