工单导出
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Author: zhp
|
||||
* @Date: 2024-04-15 10:49:13
|
||||
* @LastEditTime: 2024-07-05 09:21:12
|
||||
* @LastEditTime: 2024-07-08 14:38:25
|
||||
* @LastEditors: zhp
|
||||
* @Description:
|
||||
-->
|
||||
@@ -415,7 +415,7 @@ export default {
|
||||
type: 'bar',
|
||||
stack: String(fac.id),
|
||||
data: Array(xAxisData.length).fill(0),
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
itemStyle: {
|
||||
color: this.colorList[i]
|
||||
},
|
||||
@@ -441,7 +441,7 @@ export default {
|
||||
type: 'bar',
|
||||
stack: String(fac.id),
|
||||
data: Array(xAxisData.length).fill(0),
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
itemStyle: {
|
||||
color: this.colorList[i]
|
||||
},
|
||||
@@ -472,7 +472,7 @@ export default {
|
||||
// type: 'bar',
|
||||
// stack: String(fac.id),
|
||||
// data: Array(xAxisData.length).fill(0),
|
||||
// barWidth: 20,
|
||||
// barWidth: 16,
|
||||
// itemStyle: {
|
||||
// color: this.colorList[i]
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user