diff --git a/src/router/routes/modules/propertyMarketing.ts b/src/router/routes/modules/propertyMarketing.ts index 8a9035d..f85feac 100644 --- a/src/router/routes/modules/propertyMarketing.ts +++ b/src/router/routes/modules/propertyMarketing.ts @@ -151,7 +151,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [ path: 'businessAnalysisReport', name: 'IntelligentSolutionBusinessAnalysisReport', meta: { - locale: '业务分析报告', + locale: '业务洞察报告', requiresAuth: true, roles: ['*'], }, @@ -161,7 +161,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [ path: 'competitiveProductAnalysisReport', name: 'IntelligentSolutionCompetitiveProductAnalysisReport', meta: { - locale: '竟品分析报告', + locale: '竟品对比报告', requiresAuth: true, roles: ['*'], }, diff --git a/src/views/property-marketing/intelligent-solution/businessAnalysisReport.vue b/src/views/property-marketing/intelligent-solution/businessAnalysisReport.vue index 56011c2..5b4101c 100644 --- a/src/views/property-marketing/intelligent-solution/businessAnalysisReport.vue +++ b/src/views/property-marketing/intelligent-solution/businessAnalysisReport.vue @@ -2,19 +2,17 @@ - 业务分析报告 - - - + 业务洞察报告 - + + + - + - + @@ -57,6 +62,7 @@ - + diff --git a/src/views/property-marketing/put-account/account-dashboard/components/echarts-item/index.vue b/src/views/property-marketing/put-account/account-dashboard/components/echarts-item/index.vue index fe4a1b4..2632bde 100644 --- a/src/views/property-marketing/put-account/account-dashboard/components/echarts-item/index.vue +++ b/src/views/property-marketing/put-account/account-dashboard/components/echarts-item/index.vue @@ -10,12 +10,12 @@ -
+
- diff --git a/src/views/property-marketing/put-account/account-dashboard/index.vue b/src/views/property-marketing/put-account/account-dashboard/index.vue index 9aaebff..887a472 100644 --- a/src/views/property-marketing/put-account/account-dashboard/index.vue +++ b/src/views/property-marketing/put-account/account-dashboard/index.vue @@ -13,7 +13,7 @@ - 项目名称 + 账户名称 Beijing Shanghai @@ -95,6 +95,89 @@ > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -155,8 +238,6 @@ const xhlEcharts = reactive({ }, ], }); - -