|
@@ -92,7 +92,7 @@
|
|
|
<div class="data-sn">投营时间</div>
|
|
|
</el-col>
|
|
|
<el-col :span='3'>
|
|
|
- <div class="data-content">{{pageData.deliverTime || '-'}}</div>
|
|
|
+ <div class="data-content">{{pageData.operationTime || '-'}}</div>
|
|
|
</el-col>
|
|
|
<el-col :span='3'>
|
|
|
<div class="data-sn">采购价格</div>
|
|
@@ -1061,7 +1061,7 @@ export default {
|
|
|
this.loading = true
|
|
|
getProfitInfo(this.listQuery).then(res => {
|
|
|
if(res.code === 200) {
|
|
|
- this.data = res.data.records || []
|
|
|
+ this.data = res.data.allInfoList || []
|
|
|
this.total = res.total
|
|
|
let { orderStartTime = null, orderEndTime = null, time = null, rental = null, cash = null, income = null, cashIn = null, securityCash = null, netRental= null,
|
|
|
omTotalCost = null, omPlatformCost = null, omFaultCost = null, comTotalCost = null, saleTotalCost = null, opStorageState = null, opCurrentCash = null, opTransportState = null,
|