From 8301342598761163879c567cd7e40b89e09c8f48 Mon Sep 17 00:00:00 2001 From: zhouhefeng Date: Mon, 14 Sep 2026 20:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B930=E5=B9=B4=E6=95=99=E9=BE=84?= =?UTF-8?q?=E7=AE=A1=E7=90=86=EF=BC=8C=E7=A6=8F=E5=88=A9=E6=B1=87=E6=80=BB?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../thirtyTeach/summary/index.html | 84 +++++++++---- .../zhgh/welfare/statistics/index.html | 111 ++++++++++++------ 2 files changed, 140 insertions(+), 55 deletions(-) diff --git a/src/main/resources/views/platform/zhgh/staffmanage/thirtyTeach/summary/index.html b/src/main/resources/views/platform/zhgh/staffmanage/thirtyTeach/summary/index.html index 5a7b49e5..d89818ab 100644 --- a/src/main/resources/views/platform/zhgh/staffmanage/thirtyTeach/summary/index.html +++ b/src/main/resources/views/platform/zhgh/staffmanage/thirtyTeach/summary/index.html @@ -2,10 +2,50 @@ layout("/layouts/platform.html"){ #--> -
+ + +
@@ -71,10 +113,10 @@ layout("/layouts/platform.html"){ }, tableColumns: [ {prop: 'name', label: '分工会名称', sortable: true}, + {prop: 'userNum', label: '人数', sortable: true}, {prop: 'willThirtyNum', label: '即将满30年', sortable: true}, {prop: 'anniversaryThirtyNum', label: '周年满30年', sortable: true}, {prop: 'overThirtyNum', label: '超过30年', sortable: true}, - {prop: 'userNum', label: '人数', sortable: true}, ], unionOptions: [], unitOptions: [], diff --git a/src/main/resources/views/platform/zhgh/welfare/statistics/index.html b/src/main/resources/views/platform/zhgh/welfare/statistics/index.html index 4dc8b373..f34fa1fe 100644 --- a/src/main/resources/views/platform/zhgh/welfare/statistics/index.html +++ b/src/main/resources/views/platform/zhgh/welfare/statistics/index.html @@ -2,10 +2,50 @@ layout("/layouts/platform.html"){ #--> -
+ + +