zrg
2026-01-22 b85a5a6d1507010ff60a5c0ca3ac32373ae1a8c0
pages/MJGL/Sc_OEEStatusReport/Sc_OEEStatusReport.vue
@@ -22,8 +22,8 @@
            <view class="over" v-if="reportBillsDisplay.length == 0">暂无数据</view>
        </view>
        <!-- OEE 折线图 -->
        <view v-show="tabs == 1" style="padding: 40rpx 0;">
            <view style="width:750rpx; height:750rpx"><l-echart ref="chartRef" @finished="initChart()"></l-echart>
        <view v-show="tabs == 1" class="graph-container" style="padding: 40rpx 0; text-align: center;">
            <view class="graph"><l-echart ref="chartRef" @finished="initChart()"></l-echart>
            </view>
        </view>
    </view>