This commit is contained in:
parent
f77928de2d
commit
938cdece67
|
|
@ -53,13 +53,13 @@ export default {
|
||||||
try {
|
try {
|
||||||
let type = 0
|
let type = 0
|
||||||
if (this.tabIndex == 0) {
|
if (this.tabIndex == 0) {
|
||||||
type = 0
|
type = ''
|
||||||
} else if (this.tabIndex == 1) {
|
} else if (this.tabIndex == 1) {
|
||||||
type = 5474
|
type = 1
|
||||||
} else if (this.tabIndex == 2) {
|
} else if (this.tabIndex == 2) {
|
||||||
type = 5080
|
type = 2
|
||||||
} else if (this.tabIndex == 3) {
|
} else if (this.tabIndex == 3) {
|
||||||
type = 5010
|
type = 3
|
||||||
}
|
}
|
||||||
const res = await getUsageStatisticsApi({ type })
|
const res = await getUsageStatisticsApi({ type })
|
||||||
if (!res.data) return
|
if (!res.data) return
|
||||||
|
|
|
||||||
|
|
@ -53,13 +53,13 @@ export default {
|
||||||
try {
|
try {
|
||||||
let type = 0
|
let type = 0
|
||||||
if (this.tabIndex == 0) {
|
if (this.tabIndex == 0) {
|
||||||
type = 0
|
type = ''
|
||||||
} else if (this.tabIndex == 1) {
|
} else if (this.tabIndex == 1) {
|
||||||
type = 5474
|
type = 1
|
||||||
} else if (this.tabIndex == 2) {
|
} else if (this.tabIndex == 2) {
|
||||||
type = 5080
|
type = 2
|
||||||
} else if (this.tabIndex == 3) {
|
} else if (this.tabIndex == 3) {
|
||||||
type = 5010
|
type = 3
|
||||||
}
|
}
|
||||||
const res = await getUsageStatisticsApi({ type })
|
const res = await getUsageStatisticsApi({ type })
|
||||||
if (!res.data) return
|
if (!res.data) return
|
||||||
|
|
|
||||||
|
|
@ -78,6 +78,6 @@ export default {
|
||||||
}
|
}
|
||||||
.right {
|
.right {
|
||||||
// 左移
|
// 左移
|
||||||
margin-left: -40px;
|
margin-left: -20px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -53,13 +53,13 @@ export default {
|
||||||
try {
|
try {
|
||||||
let type = 0
|
let type = 0
|
||||||
if (this.tabIndex == 0) {
|
if (this.tabIndex == 0) {
|
||||||
type = 0
|
type = ''
|
||||||
} else if (this.tabIndex == 1) {
|
} else if (this.tabIndex == 1) {
|
||||||
type = 5474
|
type = 1
|
||||||
} else if (this.tabIndex == 2) {
|
} else if (this.tabIndex == 2) {
|
||||||
type = 5080
|
type = 2
|
||||||
} else if (this.tabIndex == 3) {
|
} else if (this.tabIndex == 3) {
|
||||||
type = 5010
|
type = 3
|
||||||
}
|
}
|
||||||
const res = await getUsageStatisticsApi({ type })
|
const res = await getUsageStatisticsApi({ type })
|
||||||
if (!res.data) return
|
if (!res.data) return
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue