|
|
|
@ -89,7 +89,10 @@
|
|
|
|
|
<th nzEllipsis [title]="item.sellVariety">{{item.sellVariety}}</th> |
|
|
|
|
<th>{{item.gasStationCount}}</th> |
|
|
|
|
<th>{{item.laneCount}}</th> |
|
|
|
|
<th>{{item.tankVolume}}{{item.tankVolume ? 'm³' : null}}</th> |
|
|
|
|
<th style="display: flex;justify-content: space-between;"> |
|
|
|
|
<span>{{item.tankVolume}}</span> |
|
|
|
|
<span style="margin-right:55%;">{{item.tankVolume ? 'm³' : null}}</span> |
|
|
|
|
</th> |
|
|
|
|
<th> |
|
|
|
|
<span class="look" (click)="look(item)" style="cursor:pointer;color: #36A2FF">查看</span> |
|
|
|
|
</th> |
|
|
|
|