|
|
@ -178,29 +178,12 @@ |
|
|
name:'待领取', |
|
|
name:'待领取', |
|
|
data: this.taskUnstartCntCpd, |
|
|
data: this.taskUnstartCntCpd, |
|
|
type: 'line', |
|
|
type: 'line', |
|
|
markPoint: { |
|
|
|
|
|
data: [ |
|
|
|
|
|
{ type: 'max', name: 'Max' }, |
|
|
|
|
|
{ type: 'min', name: 'Min' } |
|
|
|
|
|
] |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
name:'执行中', |
|
|
name:'执行中', |
|
|
data: this.taskExecCntCpd, |
|
|
data: this.taskExecCntCpd, |
|
|
type: 'line', |
|
|
type: 'line', |
|
|
smooth: true, |
|
|
|
|
|
itemStyle: { |
|
|
|
|
|
normal: { |
|
|
|
|
|
// 折点颜色样式 |
|
|
|
|
|
color: 'blue', |
|
|
|
|
|
lineStyle: { |
|
|
|
|
|
// 折线颜色样式 |
|
|
|
|
|
color: 'blue' |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
@ -208,16 +191,6 @@ |
|
|
data: this.taskFinishCntCpd, |
|
|
data: this.taskFinishCntCpd, |
|
|
type: 'line', |
|
|
type: 'line', |
|
|
smooth: true, |
|
|
smooth: true, |
|
|
itemStyle: { |
|
|
|
|
|
normal: { |
|
|
|
|
|
// 折点颜色样式 |
|
|
|
|
|
color: 'green', |
|
|
|
|
|
lineStyle: { |
|
|
|
|
|
// 折线颜色样式 |
|
|
|
|
|
color: 'green' |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
@ -225,16 +198,6 @@ |
|
|
data: this.taskCloseCntCpd, |
|
|
data: this.taskCloseCntCpd, |
|
|
type: 'line', |
|
|
type: 'line', |
|
|
smooth: true, |
|
|
smooth: true, |
|
|
itemStyle: { |
|
|
|
|
|
normal: { |
|
|
|
|
|
// 折点颜色样式 |
|
|
|
|
|
color: 'red', |
|
|
|
|
|
lineStyle: { |
|
|
|
|
|
// 折线颜色样式 |
|
|
|
|
|
color: 'red' |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
@ -242,16 +205,6 @@ |
|
|
data: this.taskCloseCntCpd, |
|
|
data: this.taskCloseCntCpd, |
|
|
type: 'line', |
|
|
type: 'line', |
|
|
smooth: true, |
|
|
smooth: true, |
|
|
itemStyle: { |
|
|
|
|
|
normal: { |
|
|
|
|
|
// 折点颜色样式 |
|
|
|
|
|
color: 'red', |
|
|
|
|
|
lineStyle: { |
|
|
|
|
|
// 折线颜色样式 |
|
|
|
|
|
color: 'red' |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
|
|