fix bug
This commit is contained in:
@ -422,7 +422,7 @@
|
||||
<nz-tab nzTitle="修改渠道销售记录">
|
||||
<st #st1 multiSort bordered [columns]="recordColumns" [ps]="20" [data]="service.$api_findEnterpriceChannelRelLog"
|
||||
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams }"
|
||||
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
|
||||
[res]="{ reName: { list: 'data', total: 'data' } }"
|
||||
[page]="{ show: true, showSize: true, pageSizes: [20, 50, 100] }" [loading]="service.http.loading">
|
||||
<ng-template st-row="remark" let-item let-index="index">
|
||||
<span *ngIf="item.remark" class="overflowText" nz-tooltip [nzTooltipTitle]="item.remark">{{ item.remark
|
||||
|
||||
@ -144,9 +144,9 @@ export class FreightComponentsListDetailComponent implements OnInit, OnDestroy {
|
||||
},
|
||||
className: 'text-center'
|
||||
},
|
||||
{ title: '修改时间', render: 'mybidDetailInfo', className: 'text-center' },
|
||||
{ title: '生效时间', index: 'eeffectiveTime', className: 'text-center' },
|
||||
{ title: '操作人', index: 'approvalUser', className: 'text-center' }
|
||||
{ title: '修改时间', index: 'modifyTime', className: 'text-center' },
|
||||
{ title: '生效时间', index: 'effectiveTime', className: 'text-center' },
|
||||
{ title: '操作人', index: 'modifyUserId', className: 'text-center' }
|
||||
];
|
||||
}
|
||||
loadPartnerInfo(){
|
||||
|
||||
Reference in New Issue
Block a user