修改bug

This commit is contained in:
‘937886381’
2024-06-26 10:59:23 +08:00
parent 196a615f61
commit 92c0c33fbd
12 changed files with 327 additions and 340 deletions

View File

@@ -1,8 +1,8 @@
<!--
* @Author: zhp
* @Date: 2024-04-15 10:49:13
* @LastEditTime: 2024-06-20 10:16:25
* @LastEditors: DY
* @LastEditTime: 2024-06-25 10:34:51
* @LastEditors: zhp
* @Description:
-->
<template>
@@ -210,7 +210,7 @@ export default {
{
prop: 'factory',
label: '工厂名称',
filter: (val) => factoryList[val],
filter: (val) => [val],
minWidth: 180,
showOverflowtooltip: true
},
@@ -244,7 +244,7 @@ export default {
colorList: ['#2760FF', '#8167F6', '#5B9BFF', '#FFD160']
// proLineList: [],
// all: {}
};
};
},
// computed: {
// weekNum() {
@@ -374,7 +374,7 @@ export default {
this.seriesList = []
// x轴数据
xAxisData = Object.keys(data)
// y轴数据
this.factoryArray.forEach(fac => {
let i = 0