@ -120,7 +120,9 @@
<span>加油金额:</span>
<span class="csp-text-primary" style="margin-right: 50px;">{{totalData.totalRefuelPrice}}元</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>
<nz-table #basicTable
@ -105,6 +105,7 @@ export class OrderOilListComponent {
totalCount: 0,
totalRefuelPrice: 0,
totalOilLiters: 0,
totalActualPayPrice: 0,
};
// 搜索表单
searchForm: FormGroup;