From 9fd3f7927d22e5f161b4a6e8b50717cc55b040c4 Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周三, 16 10月 2024 11:21:03 +0800 Subject: [PATCH] 整改细节 --- yiqi_screen/src/components/Content.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/yiqi_screen/src/components/Content.vue b/yiqi_screen/src/components/Content.vue index f0bca19..44e2d6e 100644 --- a/yiqi_screen/src/components/Content.vue +++ b/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 }} -- Gitblit v1.9.3