From 697c23ecf04362a82b79930133118d31bfc348c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9E=97=E5=BF=97=E5=86=9B?= <543024265@qq.com>
Date: Mon, 30 Jun 2025 11:36:11 +0800
Subject: [PATCH] =?UTF-8?q?feat(property-marketing):=20=E4=BC=98=E5=8C=96?=
=?UTF-8?q?=E6=8A=A5=E8=A1=A8=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E5=92=8C?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 重新设计了业务分析报告和竞品分析报告的页面布局
- 添加了更多筛选条件和排序功能- 优化了表格列的展示内容和样式
- 更新了图表组件,支持更多图表类型
- 调整了路由模块中的报表名称
---
.../routes/modules/propertyMarketing.ts | 4 +-
.../businessAnalysisReport.vue | 59 ++++++++----
.../competitiveProductAnalysisReport.vue | 96 ++++++++++++++-----
.../components/echarts-item/index.vue | 22 +++--
.../put-account/account-dashboard/index.vue | 87 ++++++++++++++++-
5 files changed, 211 insertions(+), 57 deletions(-)
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 @@