|
|
@@ -182,7 +182,7 @@
|
|
|
}
|
|
|
str.push({id: '本月询价单', count: this.$store.state.count.inquirySheet.data ? this.$store.state.count.inquirySheet.data.count : 0, type: 2})
|
|
|
str.push({id: '上月询价单', count: this.$store.state.count.inquirySheetLast.data ? this.$store.state.count.inquirySheetLast.data.count : 0, type: 2})
|
|
|
- str = [str[1], str[0], str[2], str[4], str[3], str[8], str[7], str[5], str[6]]
|
|
|
+ str = [str[1], str[0], str[2], str[4], str[3], str[8], str[7], str[6], str[5]]
|
|
|
return str
|
|
|
},
|
|
|
itemLeft () {
|