From bde3ca8ff148a4c861b43fafd0e330f61761c894 Mon Sep 17 00:00:00 2001 From: Zy <1448159279@qq.com> Date: Mon, 27 Apr 2026 17:49:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=83=A8=E5=88=86=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/Notification/index.vue | 186 ++++++++++++++++++ src/views/system/statistics/Payment/index.vue | 8 +- .../system/statistics/Personnel/index.vue | 22 +-- 3 files changed, 201 insertions(+), 15 deletions(-) create mode 100644 src/views/system/Notification/index.vue diff --git a/src/views/system/Notification/index.vue b/src/views/system/Notification/index.vue new file mode 100644 index 0000000..932dda3 --- /dev/null +++ b/src/views/system/Notification/index.vue @@ -0,0 +1,186 @@ + + + + + diff --git a/src/views/system/statistics/Payment/index.vue b/src/views/system/statistics/Payment/index.vue index f80a4dd..f8999b3 100644 --- a/src/views/system/statistics/Payment/index.vue +++ b/src/views/system/statistics/Payment/index.vue @@ -14,7 +14,7 @@ - +
收入来源
@@ -41,7 +41,7 @@
- +
缴费方式
@@ -52,12 +52,12 @@
- +
- +
缴费方式
diff --git a/src/views/system/statistics/Personnel/index.vue b/src/views/system/statistics/Personnel/index.vue index 166ad87..81a0e67 100644 --- a/src/views/system/statistics/Personnel/index.vue +++ b/src/views/system/statistics/Personnel/index.vue @@ -13,7 +13,7 @@ 重置
- +
入住情况
@@ -27,7 +27,7 @@
- +
住户分析情况
@@ -35,7 +35,7 @@
- +
男女比例
@@ -44,21 +44,20 @@
-
- - + + +
- +
-
- +
@@ -103,9 +102,9 @@ const options = shallowRef({ label: { show: true, position: 'center', - fontSize: 20, + fontSize: 18, fontWeight: 'bold', - formatter: ' 85% \n\n 入住率' + formatter: ' 85% \n 入住率' }, data: [{ value: 85 }, { value: 15, itemStyle: { color: 'transparent' } }] } @@ -461,6 +460,7 @@ const flowLineOption = shallowRef({ justify-content: space-between; .card_leftbox { text-align: center; + margin-right: 20px; .labelbox { font-size: 16px; }