提交代码

master
胡锐 4 months ago
parent 66fc71d29e
commit c5f29ceefc
  1. 4
      src/app/pages/trade/order-oil-list/order-oil-list.component.html
  2. 1
      src/app/pages/trade/order-oil-list/order-oil-list.component.ts

@ -120,7 +120,9 @@
<span>加油金额:</span> <span>加油金额:</span>
<span class="csp-text-primary" style="margin-right: 50px;">{{totalData.totalRefuelPrice}}元</span> <span class="csp-text-primary" style="margin-right: 50px;">{{totalData.totalRefuelPrice}}元</span>
<span>加油升数:</span> <span>加油升数:</span>
<span class="csp-text-primary">{{totalData.totalOilLiters}}升</span> <span class="csp-text-primary" style="margin-right: 50px;">{{totalData.totalOilLiters}}升</span>
<span>实付金额:</span>
<span class="csp-text-primary">{{totalData.totalActualPayPrice}}元</span>
</div> </div>
</div> </div>
<nz-table #basicTable <nz-table #basicTable

@ -105,6 +105,7 @@ export class OrderOilListComponent {
totalCount: 0, totalCount: 0,
totalRefuelPrice: 0, totalRefuelPrice: 0,
totalOilLiters: 0, totalOilLiters: 0,
totalActualPayPrice: 0,
}; };
// 搜索表单 // 搜索表单
searchForm: FormGroup; searchForm: FormGroup;

Loading…
Cancel
Save