From 6f668db07ead30681bc62f2f359e21ab0f060bfb Mon Sep 17 00:00:00 2001
From: qianlishi <1432731663@qq.com>
Date: Mon, 13 Dec 2021 12:46:27 +0800
Subject: [PATCH] =?UTF-8?q?update=20=E6=8A=A5=E8=A1=A8=E8=AE=BE=E8=AE=A1?=
=?UTF-8?q?=20=E6=8A=A5=E8=A1=A8=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
report-ui/src/router/index.js | 2 +-
.../components/share.vue | 0
.../src/views/report/bigscreen/index.vue | 2 +-
.../report/excelreport/components/share.vue | 217 +++++++++++++++++
.../src/views/report/excelreport/index.vue | 2 +-
.../views/reportManage/components/share.vue | 221 ++++++++++++++++++
.../{report/report => reportManage}/index.vue | 16 +-
7 files changed, 450 insertions(+), 10 deletions(-)
rename report-ui/src/views/report/{report => bigscreen}/components/share.vue (100%)
create mode 100644 report-ui/src/views/report/excelreport/components/share.vue
create mode 100644 report-ui/src/views/reportManage/components/share.vue
rename report-ui/src/views/{report/report => reportManage}/index.vue (96%)
diff --git a/report-ui/src/router/index.js b/report-ui/src/router/index.js
index e177ab6b..ba24a8b0 100644
--- a/report-ui/src/router/index.js
+++ b/report-ui/src/router/index.js
@@ -143,7 +143,7 @@ export const constantRouterMap = [
{
path: 'report',
name: 'reportIndex',
- component: () => import('@/views/report/report/index'),
+ component: () => import('@/views/reportManage/index'),
meta: {
title: '报表管理',
icon: 'iconnavicon-ywcs',
diff --git a/report-ui/src/views/report/report/components/share.vue b/report-ui/src/views/report/bigscreen/components/share.vue
similarity index 100%
rename from report-ui/src/views/report/report/components/share.vue
rename to report-ui/src/views/report/bigscreen/components/share.vue
diff --git a/report-ui/src/views/report/bigscreen/index.vue b/report-ui/src/views/report/bigscreen/index.vue
index 34ef7db1..d1ab1140 100644
--- a/report-ui/src/views/report/bigscreen/index.vue
+++ b/report-ui/src/views/report/bigscreen/index.vue
@@ -106,7 +106,7 @@
diff --git a/report-ui/src/views/report/excelreport/index.vue b/report-ui/src/views/report/excelreport/index.vue
index 15131fb9..7587f577 100644
--- a/report-ui/src/views/report/excelreport/index.vue
+++ b/report-ui/src/views/report/excelreport/index.vue
@@ -107,7 +107,7 @@
diff --git a/report-ui/src/views/report/report/index.vue b/report-ui/src/views/reportManage/index.vue
similarity index 96%
rename from report-ui/src/views/report/report/index.vue
rename to report-ui/src/views/reportManage/index.vue
index 8e01ab17..d40c9554 100644
--- a/report-ui/src/views/report/report/index.vue
+++ b/report-ui/src/views/reportManage/index.vue
@@ -1,12 +1,14 @@
+ * @Descripttion: 报表设计--报表管理
+ * @version:
+ * @Author: qianlishi
+ * @Date: 2021-12-11 14:48:27
+ * @LastEditors: qianlishi
+ * @LastEditTime: 2021-12-13 12:20:46
+-->
-
+