From 01760c790cae1c0a2793b959036ff4b935b6f77d Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Thu, 19 Dec 2024 16:09:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bns/js/supplement/rectification_punishment_list.js | 2 ++ bns/js/supplement/remote_face_list.js | 1 + bns/js/supplement/team_manage.js | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bns/js/supplement/rectification_punishment_list.js b/bns/js/supplement/rectification_punishment_list.js index 1a0755c..3e4e342 100644 --- a/bns/js/supplement/rectification_punishment_list.js +++ b/bns/js/supplement/rectification_punishment_list.js @@ -173,6 +173,7 @@ function initTable(dataList, limit, page) { width: '20%', unresize: true, align: 'center', + style: "height:90px;", templet: function(d) { // 假设 path 是一个有效的图片URL if (d.regulationsPath) { // 检查路径是否为空 @@ -189,6 +190,7 @@ function initTable(dataList, limit, page) { width: '20%', unresize: true, align: 'center', + style: "height:90px;", templet: function(d) { // 假设 path 是一个有效的图片URL if (d.punishmentPath) { // 检查路径是否为空 diff --git a/bns/js/supplement/remote_face_list.js b/bns/js/supplement/remote_face_list.js index b3b3dea..324bd37 100644 --- a/bns/js/supplement/remote_face_list.js +++ b/bns/js/supplement/remote_face_list.js @@ -165,6 +165,7 @@ function initTable(dataList, limit, page) { width: '20%', unresize: true, align: 'center', + style: "height:90px;", templet: function(d) { // 假设 path 是一个有效的图片URL if (d.path) { // 检查路径是否为空 diff --git a/bns/js/supplement/team_manage.js b/bns/js/supplement/team_manage.js index bd8447c..7a8e50c 100644 --- a/bns/js/supplement/team_manage.js +++ b/bns/js/supplement/team_manage.js @@ -103,10 +103,10 @@ layui.use(['form', 'layer', 'table', 'laydate'], function () { laydate = layui.laydate; function initData() { - let loadingMsg = layer.msg("数据加载中,请稍候...", {icon: 16, scrollbar: false, time: 0,}); + // let loadingMsg = layer.msg("数据加载中,请稍候...", {icon: 16, scrollbar: false, time: 0,}); let url = dataUrl + "proteam/pot/teamManage/getList"; ajaxRequest(url, "POST", null, true, () => {}, (result) => { - layer.close(loadingMsg); + // layer.close(loadingMsg); if (result.code === 200) { const tables = ['lowerData', 'noData', 'blackData', 'minData', 'newData', 'maxData']; tables.forEach((tableId) => {