From 1820fa44437d42d268aaead2a449ea18ebabbc64 Mon Sep 17 00:00:00 2001
From: waibao2 <1@qq.com>
Date: Thu, 23 Oct 2025 16:05:54 +0800
Subject: [PATCH] =?UTF-8?q?docs:=E8=AE=BE=E5=A4=87=E9=80=9A=E7=95=85?=
=?UTF-8?q?=E7=8E=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/basic/stcdStat/index.vue | 180 +++++++++++++++++++++++++++++
1 file changed, 180 insertions(+)
create mode 100644 src/views/basic/stcdStat/index.vue
diff --git a/src/views/basic/stcdStat/index.vue b/src/views/basic/stcdStat/index.vue
new file mode 100644
index 0000000..fae52db
--- /dev/null
+++ b/src/views/basic/stcdStat/index.vue
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+ {{(scope.row.value *100.0 / scope.row.total).toFixed(1)}}%
+
+
+
+
+ 历史数据
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+ {{(scope.row.value *100.0 / scope.row.total).toFixed(1)}}%
+
+
+
+
+
+
+
+
+
\ No newline at end of file