|
@@ -454,6 +454,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
changeSelect(data){
|
|
|
+ console.log(data)
|
|
|
this.admin.io = data
|
|
|
},
|
|
|
setChartsData(listValues) {
|
|
@@ -482,10 +483,12 @@ export default {
|
|
|
this.seriesKey = 'out_num'
|
|
|
} else if (this.admin.io === '中转') {
|
|
|
this.seriesKey = 'trans_num'
|
|
|
- } else if (this.admin.baggageType === '正常') {
|
|
|
+ } else if (this.admin.io === '正常') {
|
|
|
this.seriesKey = 'bag_num'
|
|
|
- } else if (this.admin.baggageType === '异常') {
|
|
|
+ } else if (this.admin.io === '异常') {
|
|
|
this.seriesKey = 'exception_num'
|
|
|
+ }else if (this.admin.io === '全部') {
|
|
|
+ this.seriesKey = 'bag'
|
|
|
}else if (this.rol){
|
|
|
this.seriesKey = this.rol
|
|
|
}
|