yiqi_screen/src/components/Content.vue
@@ -101,10 +101,14 @@ </div> <div class="echarts-box border_right1"> <div class="echarts-title">本班/本月产量统计</div> <ProductionStatistics :produceStatisData="produceStatisData" /> <div class="pie-label-left"> <!-- 当前班组实际生产数量 --> {{ produceStatisData.currentShiftProduceNum }} <span v-if="produceStatisData.currentShiftPlanNum||produceStatisData.currentShiftPlanNum==0">/</span> <!-- 当前班组计划生产数量 --> {{ produceStatisData.currentShiftPlanNum }}