|
|
@@ -204,11 +204,8 @@ export default {
|
|
|
if (this.$util.isEmpty(res.data)){
|
|
|
return false
|
|
|
}
|
|
|
- this.tabs[0].value = res.data.totalNum || 0;
|
|
|
- this.tabs[1].value = res.data.shop.unPayOrder || 0;
|
|
|
- this.tabs[2].value = res.data.shop.unSendOrder || 0;
|
|
|
- this.tabs[3].value = res.data.shop.sendingOrder || 0;
|
|
|
- this.tabs[4].value = res.data.shop.finishOrder || 0;
|
|
|
+
|
|
|
+ this.tabs[this.tabIndex].value = res.data.totalNum;
|
|
|
});
|
|
|
},
|
|
|
change(e) {
|