From 21dbd97024311458157c0d74a9c563e67a077f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Thu, 18 Aug 2022 10:04:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B9=96=E9=87=8C=E5=A4=A7=E5=B1=8F(=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=A6=82=E8=A7=88):=E4=BA=BA=E5=91=98=E6=A6=82?= =?UTF-8?q?=E8=A7=88=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jlw/projectHuli/generalView.vue | 44 +++++++++++++++---- 1 file changed, 36 insertions(+), 8 deletions(-) diff --git a/src/views/projectAdmin/jlw/projectHuli/generalView.vue b/src/views/projectAdmin/jlw/projectHuli/generalView.vue index 8933592c..38234a1a 100644 --- a/src/views/projectAdmin/jlw/projectHuli/generalView.vue +++ b/src/views/projectAdmin/jlw/projectHuli/generalView.vue @@ -8,7 +8,7 @@
- {{ 363 }} + {{ statisticsCount.presencecount.totalPerson }}
@@ -20,7 +20,7 @@
- {{ 70 }} + {{ statisticsCount.presencecount.lwPersonTotal }}
@@ -46,8 +46,8 @@
- {{ 16 }}/{{ 16 }} + {{ statisticsCount.presencecount.jfGlPersonTotal }}/{{ statisticsCount.workercount.jfGlPersonTotal }}
{{ $t('message.dataBoard.PartyAPersonnel') }} @@ -57,8 +57,8 @@
- {{ 14 }}/{{ 14 }} + {{ statisticsCount.presencecount.jlGlPersonTotal }}/{{ statisticsCount.workercount.jlGlPersonTotal }}
{{ $t('message.dataBoard.supervisoryStaff') }} @@ -68,8 +68,8 @@
- {{ 19 }}/{{ 26 }} + {{ statisticsCount.presencecount.yfGlPersonTotal }}/{{ statisticsCount.workercount.yfGlPersonTotal }}
{{ $t('message.dataBoard.PartyBPersonnel') }} @@ -94,9 +94,25 @@