From 74785276473f25cb9fe6d1caff84fa118a27967d Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Tue, 1 Apr 2025 19:05:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=86=E7=B1=BB=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/synthesisQuery/proClassifyStatistics.js | 12 ++++++------ .../pages/synthesisQuery/proClassifyStatistics.html | 10 ++++++++++ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/src/main/resources/static/js/synthesisQuery/proClassifyStatistics.js b/src/main/resources/static/js/synthesisQuery/proClassifyStatistics.js index c1d20b2..38c8bfb 100644 --- a/src/main/resources/static/js/synthesisQuery/proClassifyStatistics.js +++ b/src/main/resources/static/js/synthesisQuery/proClassifyStatistics.js @@ -69,37 +69,37 @@ function initTable(dataList, limit, page) { { field: "username", title: "总照片数量", width: "8%", unresize: true, align: "center", templet: function (d) { - return "
0
"; + return "
0
"; } }, { field: "username", title: "安全违章", width: "8%", unresize: true, align: "center", templet: function (d) { - return "
0
"; + return "
0
"; } }, { field: "username", title: "质量检查", width: "8%", unresize: true, align: "center", templet: function (d) { - return "
0
"; + return "
0
"; } }, { field: "username", title: "安全措施落实", width: "10%", unresize: true, align: "center", templet: function (d) { - return "
0
"; + return "
0
"; } }, { field: "username", title: "协调照片 ", width: "8%", unresize: true, align: "center", templet: function (d) { - return "
0
"; + return "
0
"; } }, { field: "username", title: "重要事项及宣传 ", width: "10%", unresize: true, align: "center", templet: function (d) { - return "
0
"; + return "
0
"; } }, { diff --git a/src/main/resources/static/pages/synthesisQuery/proClassifyStatistics.html b/src/main/resources/static/pages/synthesisQuery/proClassifyStatistics.html index 19adca2..22df3ff 100644 --- a/src/main/resources/static/pages/synthesisQuery/proClassifyStatistics.html +++ b/src/main/resources/static/pages/synthesisQuery/proClassifyStatistics.html @@ -50,6 +50,16 @@ .layui-table-init { background-color: transparent !important; } + + .num-btn { + width: 50px; + height: 100%; + cursor: pointer; + } + + .num-btn > span { + font-weight: bold; + } \ No newline at end of file