Browse Source

[完善]完善列表立方米位置

dev
邵佳豪 3 years ago
parent
commit
b481be7e7c
  1. 5
      src/app/pages/plan-admin/plan-admin.component.html

5
src/app/pages/plan-admin/plan-admin.component.html

@ -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>

Loading…
Cancel
Save