fix:统计分析生产统计混料统计删除下面的混料消耗统计

This commit is contained in:
shijing 2025-04-25 10:49:01 +08:00
parent 9c53adf283
commit 4c5f393a2d
1 changed files with 2 additions and 4 deletions

View File

@ -47,7 +47,7 @@
</el-col>
</el-row>
</el-card>
<el-card shadow="never" style="margin-bottom: 8px;">
<!-- <el-card shadow="never" style="margin-bottom: 8px;">
<el-row :gutter="10">
<el-col :lg="12">
<el-card shadow="never">
@ -75,7 +75,7 @@
</el-card>
</el-col>
</el-row>
</el-card>
</el-card> -->
</el-main>
</el-container>
</template>
@ -156,7 +156,6 @@ export default {
}
that.xAxisData = that.xAxisOrigin;
that.getDataHL();
that.getDataHLXH();
},
methods: {
setChart(name, option = null) {
@ -316,7 +315,6 @@ export default {
that.xAxisData = that.monthList;
}
that.getDataHL();
that.getDataHLXH();
},
handleExport(val) {
this.exportLoading = true;