提交代码

pull/1/head
胡锐 3 years ago
parent 2f3c8e35c6
commit 6644d715f1
  1. 8
      src/app/admin/tuanyou-agent/order/ty-order-list/ty-order-list.component.html

@ -73,10 +73,10 @@
[nzScroll]="{ x: '1150px'}"> [nzScroll]="{ x: '1150px'}">
<thead> <thead>
<tr> <tr>
<th nzWidth="100px" *ngIf="adminFlag == 1 && roleType == 5">代理公司</th> <th nzWidth="120px" *ngIf="adminFlag == 1 && roleType == 5">代理公司</th>
<th nzWidth="100px" *ngIf="roleType == 5">代理商</th> <th nzWidth="120px" *ngIf="roleType == 5">代理商</th>
<th nzWidth="100px" *ngIf="roleType == 8 || roleType == 5">业务员</th> <th nzWidth="120px" *ngIf="roleType == 8 || roleType == 5">业务员</th>
<th nzWidth="200px">加油站</th> <th nzWidth="160px">加油站</th>
<th nzWidth="200px">订单号</th> <th nzWidth="200px">订单号</th>
<th nzWidth="100px">支付类型</th> <th nzWidth="100px">支付类型</th>
<th nzWidth="100px">加油金额</th> <th nzWidth="100px">加油金额</th>

Loading…
Cancel
Save