|
|
|
@ -69,7 +69,7 @@
|
|
|
|
|
<th>经营品类</th> |
|
|
|
|
<th [nzWidth]="'6%'">油机数量</th> |
|
|
|
|
<th [nzWidth]="'6%'">车道数量</th> |
|
|
|
|
<th [nzWidth]="'6%'">油罐容积</th> |
|
|
|
|
<th [nzWidth]="'8%'">油罐容积</th> |
|
|
|
|
<th [nzWidth]="'5%'">操作</th> |
|
|
|
|
</tr> |
|
|
|
|
</thead> |
|
|
|
@ -89,7 +89,7 @@
|
|
|
|
|
<th nzEllipsis [title]="item.sellVariety">{{item.sellVariety}}</th> |
|
|
|
|
<th>{{item.gasStationCount}}</th> |
|
|
|
|
<th>{{item.laneCount}}</th> |
|
|
|
|
<th>{{item.tankVolume}}</th> |
|
|
|
|
<th>{{item.tankVolume}}{{item.tankVolume ? 'm³' : null}}</th> |
|
|
|
|
<th> |
|
|
|
|
<span class="look" (click)="look(item)" style="cursor:pointer;color: #36A2FF">查看</span> |
|
|
|
|
</th> |
|
|
|
|