fix bug
This commit is contained in:
@ -92,7 +92,7 @@
|
||||
<p nz-tooltip [nzTooltipTitle]="item.partnerName+'/'+item.partnerMobile" style="cursor: pointer;width: 120px;margin: 0; white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;">
|
||||
{{ item.partnerName }}
|
||||
{{ item.partnerName ? item.partnerName: '--'}}/{{item.partnerMobile ? item.partnerMobile :'--'}}
|
||||
</p>
|
||||
</ng-template>
|
||||
<ng-template st-row="promotersTelephone" let-item let-index="index">
|
||||
@ -102,7 +102,7 @@
|
||||
<p nz-tooltip [nzTooltipTitle]="item.channelName+'/'+item.channelMobile" style="cursor: pointer;width: 120px;margin: 0; white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;">
|
||||
{{ item.channelName }}
|
||||
{{ item.channelName ? item.channelName: '--'}}/{{item.channelMobile ? item.channelMobile :'--'}}
|
||||
</p>
|
||||
</ng-template>
|
||||
</st>
|
||||
|
||||
Reference in New Issue
Block a user