From c8055a34023614d76efd5bfa3ebe57a2a7184a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AE=81?= <18339727226@163.com> Date: Sun, 26 May 2024 20:49:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=87=AA=E5=8A=A8=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=EF=BC=8C=E5=8A=A0=E4=B8=8A=E7=BC=B4=E8=B4=B9=E4=BA=BA?= =?UTF-8?q?=E6=95=B0=E9=80=89=E6=8B=A9=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/right-bottom.vue | 11 +++-- src/views/index/right-center.vue | 71 +++++++++++++++++++++++++++---- src/views/index/right-top-two.vue | 14 +++--- 3 files changed, 78 insertions(+), 18 deletions(-) diff --git a/src/views/index/right-bottom.vue b/src/views/index/right-bottom.vue index 95c89e3..d85650d 100644 --- a/src/views/index/right-bottom.vue +++ b/src/views/index/right-bottom.vue @@ -762,17 +762,17 @@ onMounted(() => {
专科
专升本
-
- +
{{ i + 1 }}
{{ item.provinceName }}
{{ peo.paymentCompleted }}
-
+
@@ -827,4 +827,7 @@ onMounted(() => { .overflow-y-auto { overflow-y: auto; } +::-webkit-scrollbar { + width: 0px; +} diff --git a/src/views/index/right-center.vue b/src/views/index/right-center.vue index ca9b9b7..e1c9104 100644 --- a/src/views/index/right-center.vue +++ b/src/views/index/right-center.vue @@ -1,14 +1,24 @@ - + diff --git a/src/views/index/right-top-two.vue b/src/views/index/right-top-two.vue index 91cfd6e..d335d8b 100644 --- a/src/views/index/right-top-two.vue +++ b/src/views/index/right-top-two.vue @@ -188,20 +188,21 @@ onMounted(() => {
总人数
报到率
-
- --> +
+
{{ i + 1 }}
-
{{ item.collegeName }}
+
{{ item.collegeName }}
{{ item.reportNumber }}
{{ item.totalNumber }}
{{ '0%' }}
- +
@@ -257,4 +258,7 @@ onMounted(() => { .overflow-y-auto { overflow-y: auto; } +::-webkit-scrollbar { + width: 0px; +}