工单导出

This commit is contained in:
‘937886381’
2024-07-08 16:54:58 +08:00
parent 2c53c249af
commit 72855a6f04
36 changed files with 1047 additions and 197 deletions

View File

@@ -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]
// }