dev-QQq
HeHaonan 2 years ago
parent 7424167d2a
commit 6e7d49545f

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -271,7 +271,9 @@ import abcAnalysis from "./components/abcAnalysis.vue";
import bostonAnalysis from "./components/bostonAnalysis.vue";
import funnelAnalysis from "./components/funnelAnalysis.vue";
import basketAnalysis from "./components/basketAnalysis.vue";
import repurchaseAnalysis from "./components/repurchaseAnalysis.vue"
import repurchaseAnalysis from "./components/repurchaseAnalysis.vue";
import retainAnalysis from "./components/retainAnalysis.vue"
import viscosityAnalysis from "./components/viscosityAnalysis.vue"
const currentComponent = ref(null);
const menuIndex = ref(1);
const tabIndex = ref(0);
@ -322,11 +324,13 @@ const tabList = ref([
},
{
id: "7",
key:retainAnalysis,
title: "留存分析",
backImg: "src/assets/images/icon7.png",
},
{
id: "8",
key:viscosityAnalysis,
title: "用户粘性分析",
backImg: "src/assets/images/icon8.png",
},

Loading…
Cancel
Save