dev-QQq
HeHaonan 2 years ago
parent ad876eb797
commit 969798ed0d

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

@ -95,7 +95,7 @@ function setLayout() {
background: url("@/assets/images/top.png"); background: url("@/assets/images/top.png");
height: 58px; height: 58px;
width: 100%; width: 100%;
z-index: 10000; z-index: 1;
position: fixed; position: fixed;
top: 0; top: 0;
background-size: 100% 100%; background-size: 100% 100%;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -270,6 +270,8 @@ import rfmAnalysis from "./components/rfmAnalysis.vue";
import abcAnalysis from "./components/abcAnalysis.vue"; import abcAnalysis from "./components/abcAnalysis.vue";
import bostonAnalysis from "./components/bostonAnalysis.vue"; import bostonAnalysis from "./components/bostonAnalysis.vue";
import funnelAnalysis from "./components/funnelAnalysis.vue"; import funnelAnalysis from "./components/funnelAnalysis.vue";
import basketAnalysis from "./components/basketAnalysis.vue";
import repurchaseAnalysis from "./components/repurchaseAnalysis.vue"
const currentComponent = ref(null); const currentComponent = ref(null);
const menuIndex = ref(1); const menuIndex = ref(1);
const tabIndex = ref(0); const tabIndex = ref(0);
@ -308,11 +310,13 @@ const tabList = ref([
}, },
{ {
id: "5", id: "5",
key:basketAnalysis,
title: "购物篮分析", title: "购物篮分析",
backImg: "src/assets/images/icon5.png", backImg: "src/assets/images/icon5.png",
}, },
{ {
id: "6", id: "6",
key:repurchaseAnalysis,
title: "复购分析", title: "复购分析",
backImg: "src/assets/images/icon6.png", backImg: "src/assets/images/icon6.png",
}, },

Loading…
Cancel
Save