道路运输及公交bug修改

main
jinna 2 years ago
parent a3b9cfa7c6
commit a32a7ef3bc
  1. 2
      pages/bus/busDataInfo/form.vue
  2. 2
      pages/bus/busDataInfo/list.vue
  3. 1
      pages/roadTransport/transportData/list.vue

@ -428,7 +428,7 @@
// lastYearData.passengerCount * 100; // lastYearData.passengerCount * 100;
this.form.bizBusDataDetailVOList[landNameIndex].operatingShiftsMom = calcMom(obj.operatingShifts,yesterdayData.operatingShifts) this.form.bizBusDataDetailVOList[landNameIndex].operatingShiftsMom = calcMom(obj.operatingShifts,yesterdayData.operatingShifts)
this.form.bizBusDataDetailVOList[landNameIndex].operatingShiftsYoy = calcMom(obj.operatingShifts,res.data.lastYearData.operatingShifts) this.form.bizBusDataDetailVOList[landNameIndex].operatingShiftsYoy = calcMom(obj.operatingShifts,res.data.lastYearData.operatingShifts)
console.log('环比同比', this.form.bizBusDataDetailVOList[landNameIndex]) this.$forceUpdate();
}) })
}, },
//id //id

@ -6,7 +6,7 @@
<view class="list_item" v-for="(item,index) in listData" :key="index" @click="editItem(item)"> <view class="list_item" v-for="(item,index) in listData" :key="index" @click="editItem(item)">
<view class="list_top"> <view class="list_top">
<view class="unit_tags">报送时间</view> <view class="unit_tags">报送时间</view>
<view class="unit_name">{{item.reportDate || ''}}<text style="margin-left:16rpx;">{{item.documentStatusValue || ''}}</text></view> <view class="unit_name">{{item.reportDate || ''}}<text style="margin-left:16rpx;">{{item.statPeriodValue || ''}}</text></view>
</view> </view>
</view> </view>
</view> </view>

@ -350,6 +350,7 @@
font-family: PingFang SC-Regular, PingFang SC; font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
text-align: right; text-align: right;
margin-top:10rpx;
} }
.item{ .item{

Loading…
Cancel
Save