|
@@ -5,7 +5,7 @@ import DataTable from '/@/views/productCenter/productAnalysis/components/DataTab
|
|
import TopParentAsin from './components/TopParentAsin/index.vue'
|
|
import TopParentAsin from './components/TopParentAsin/index.vue'
|
|
import TrendOverview from './components/TrendOverview/index.vue'
|
|
import TrendOverview from './components/TrendOverview/index.vue'
|
|
import SalesOverview from './components/SalesOverview/index.vue'
|
|
import SalesOverview from './components/SalesOverview/index.vue'
|
|
-import CpRecommendations from './components/CpRecommendations/index.vue'
|
|
|
|
|
|
+// import CpRecommendations from './components/CpRecommendations/index.vue'
|
|
import DateRangePicker from '/@/components/DateRangePicker/index.vue'
|
|
import DateRangePicker from '/@/components/DateRangePicker/index.vue'
|
|
import { usePublicData } from '/@/stores/publicData'
|
|
import { usePublicData } from '/@/stores/publicData'
|
|
import { useShopInfo } from '/@/stores/shopInfo'
|
|
import { useShopInfo } from '/@/stores/shopInfo'
|
|
@@ -21,29 +21,29 @@ provide('dateRange', dateRange)
|
|
provide('profile', profile)
|
|
provide('profile', profile)
|
|
|
|
|
|
const activeName = ref('trendOverview')
|
|
const activeName = ref('trendOverview')
|
|
-const filter1 = ref('')
|
|
|
|
-const options1 = [
|
|
|
|
- {
|
|
|
|
- value: 'Option1',
|
|
|
|
- label: 'Option1',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- value: 'Option2',
|
|
|
|
- label: 'Option2',
|
|
|
|
- },
|
|
|
|
-]
|
|
|
|
|
|
+// const filter1 = ref('')
|
|
|
|
+// const options1 = [
|
|
|
|
+// {
|
|
|
|
+// value: 'Option1',
|
|
|
|
+// label: 'Option1',
|
|
|
|
+// },
|
|
|
|
+// {
|
|
|
|
+// value: 'Option2',
|
|
|
|
+// label: 'Option2',
|
|
|
|
+// },
|
|
|
|
+// ]
|
|
|
|
|
|
-const filter2 = ref('')
|
|
|
|
-const options2 = [
|
|
|
|
- {
|
|
|
|
- value: 'Option1',
|
|
|
|
- label: 'Option1',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- value: 'Option2',
|
|
|
|
- label: 'Option2',
|
|
|
|
- },
|
|
|
|
-]
|
|
|
|
|
|
+// const filter2 = ref('')
|
|
|
|
+// const options2 = [
|
|
|
|
+// {
|
|
|
|
+// value: 'Option1',
|
|
|
|
+// label: 'Option1',
|
|
|
|
+// },
|
|
|
|
+// {
|
|
|
|
+// value: 'Option2',
|
|
|
|
+// label: 'Option2',
|
|
|
|
+// },
|
|
|
|
+// ]
|
|
|
|
|
|
const updatedData = ref([])
|
|
const updatedData = ref([])
|
|
provide('tableData', updatedData)
|
|
provide('tableData', updatedData)
|