Merge branch 'lxx' into 'develop'
Lxx See merge request tms-ui/tms-obc-web!19
This commit is contained in:
@ -58,11 +58,13 @@
|
||||
{{ item.contacter }}<br>/{{item.mobile}}
|
||||
</ng-template>
|
||||
<ng-template st-row="partnerName" let-item let-index="index">
|
||||
{{ item.partnerName }}<br>/{{item.promotersTelephone}}
|
||||
{{ item.partnerName }}<br>/{{item.partnerMobile}}
|
||||
</ng-template>
|
||||
<ng-template st-row="promotersTelephone" let-item let-index="index">
|
||||
<a acl [acl-ability]="['USERCENTER-FREIGHT-LIST-salesman']" (click)="addPromoter(item)">{{ item.promotersTelephone
|
||||
|| '添加' }}</a>
|
||||
<!-- <a acl [acl-ability]="['USERCENTER-FREIGHT-LIST-salesman']" (click)="addPromoter(item)">{{ item.channelName
|
||||
}}<br>{{ item.channelMobile
|
||||
|| '添加' }}</a> -->
|
||||
{{ item.channelName }}<br>{{ item.channelMobile }}
|
||||
</ng-template>
|
||||
</st>
|
||||
</nz-card>
|
||||
@ -78,7 +80,9 @@
|
||||
</ng-template>
|
||||
<ng-template #extraTemplate>
|
||||
<div>
|
||||
<button nz-button nzType="primary" (click)="editPartner()" acl [acl-ability]="['ORDER-RISK-batchAudit']"> 修改合伙人 </button>
|
||||
<button nz-button nzType="primary" (click)="editSale()" acl [acl-ability]="['ORDER-RISK-batchAudit']"> 修改渠道销售 </button>
|
||||
<button nz-button nzType="primary" (click)="editPartner()" acl [acl-ability]="['ORDER-RISK-batchAudit']"> 修改合伙人
|
||||
</button>
|
||||
<button nz-button nzType="primary" (click)="editSale()" acl [acl-ability]="['ORDER-RISK-batchAudit']"> 修改渠道销售
|
||||
</button>
|
||||
</div>
|
||||
</ng-template>
|
||||
Reference in New Issue
Block a user