Merge branch 'projects/mescc/develop' into projects/mescc/dy
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<!--
|
||||
* @Author: zhp
|
||||
* @Date: 2024-04-15 10:49:13
|
||||
* @LastEditTime: 2024-06-24 14:38:17
|
||||
* @LastEditors: DY
|
||||
* @LastEditTime: 2024-06-26 11:00:11
|
||||
* @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: ['#7164FF', '#63BDFF', '#8EF0AB', '#FFCE6A']
|
||||
// proLineList: [],
|
||||
// all: {}
|
||||
};
|
||||
};
|
||||
},
|
||||
// computed: {
|
||||
// weekNum() {
|
||||
@@ -381,7 +381,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