pages/loadUnload-page/orderPlanList/index.vue
@@ -1,7 +1,7 @@ <template> <div class="loadUnPage"> <view class="history-numbers"> <combined-title title="历史提煤单"></combined-title> <!-- <combined-title title="历史收发单"></combined-title> --> <scroll-view :scroll-top="scrollTop" scroll-y="true" class="scroll-Y"> @@ -38,7 +38,7 @@ v-else-if="roleType == 2">{{ item.carNumSurplus }}</view> </view> <view class="third-line"> <view class="third-line_text">提煤单个数:</view> <view class="third-line_text">收发单个数:</view> <view class="third-line_num">{{ item.tmCount }}</view> </view> </view>