修改bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user