From cfba1801775bec55624326bcd8264e86c5ae29e9 Mon Sep 17 00:00:00 2001
From: zjc <1034206993@qq.com>
Date: Fri, 20 Dec 2024 12:56:03 +0800
Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=AE=8C=E5=96=84=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/CoreVideo/index.vue | 2 +-
src/components/Correspondence/index.vue | 26 +--
src/components/Line/index.vue | 3 +-
src/views/home/components/box-2.vue | 61 +++++-
src/views/home/components/box-4.vue | 119 +++++++++--
src/views/home/components/lodging-ratio.vue | 4 +-
src/views/home/index.vue | 2 +-
src/views/scenic/components/age-ratio.vue | 93 +++++++++
src/views/scenic/components/box-1.vue | 2 +-
src/views/scenic/components/box-2.vue | 175 +++++++++++++++--
src/views/scenic/components/ticket.vue | 195 +++++++++++++++++++
src/views/scenic/components/top.vue | 187 ++++++++++++++++++
src/views/scenic/components/traffic-flow.vue | 102 ++++++++++
13 files changed, 924 insertions(+), 47 deletions(-)
create mode 100644 src/views/scenic/components/age-ratio.vue
create mode 100644 src/views/scenic/components/ticket.vue
create mode 100644 src/views/scenic/components/top.vue
create mode 100644 src/views/scenic/components/traffic-flow.vue
diff --git a/src/components/CoreVideo/index.vue b/src/components/CoreVideo/index.vue
index 8c3265d..9930cab 100644
--- a/src/components/CoreVideo/index.vue
+++ b/src/components/CoreVideo/index.vue
@@ -23,7 +23,7 @@
diff --git a/src/views/home/components/lodging-ratio.vue b/src/views/home/components/lodging-ratio.vue
index 9341e56..54fb2cb 100644
--- a/src/views/home/components/lodging-ratio.vue
+++ b/src/views/home/components/lodging-ratio.vue
@@ -23,7 +23,7 @@
grid: {
left: '4%',
right: '4%',
- top: '16%',
+ top: '20%',
bottom: '-10%',
containLabel: true
},
@@ -183,6 +183,6 @@
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index f6269c9..b3efa26 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -18,7 +18,7 @@
]
const navRight = [
{ name: '停车' },
- { name: '工单' },
+ { name: '工单', path: '/workOrder' },
{ name: '舆情', path: '/sentiment' },
{ name: '酒店' }
]
diff --git a/src/views/scenic/components/age-ratio.vue b/src/views/scenic/components/age-ratio.vue
new file mode 100644
index 0000000..639b928
--- /dev/null
+++ b/src/views/scenic/components/age-ratio.vue
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
diff --git a/src/views/scenic/components/box-1.vue b/src/views/scenic/components/box-1.vue
index d92af2f..00713b7 100644
--- a/src/views/scenic/components/box-1.vue
+++ b/src/views/scenic/components/box-1.vue
@@ -98,7 +98,7 @@
diff --git a/src/views/scenic/components/ticket.vue b/src/views/scenic/components/ticket.vue
new file mode 100644
index 0000000..dc508ea
--- /dev/null
+++ b/src/views/scenic/components/ticket.vue
@@ -0,0 +1,195 @@
+
+
+
+
+
+
+
diff --git a/src/views/scenic/components/top.vue b/src/views/scenic/components/top.vue
new file mode 100644
index 0000000..f03647a
--- /dev/null
+++ b/src/views/scenic/components/top.vue
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
diff --git a/src/views/scenic/components/traffic-flow.vue b/src/views/scenic/components/traffic-flow.vue
new file mode 100644
index 0000000..eef029c
--- /dev/null
+++ b/src/views/scenic/components/traffic-flow.vue
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+