From 2bf2493a1d00cc94f531e162a6e3b88b48e17da2 Mon Sep 17 00:00:00 2001 From: sunxiaobin89 <285584806@qq.com> Date: Sun, 7 Aug 2022 01:26:55 +0800 Subject: [PATCH] =?UTF-8?q?table=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BB=A5=E5=8F=8A=E5=8A=A0=E5=BC=BA=E5=92=8C?= =?UTF-8?q?=E5=B9=B6=E5=88=97=E8=A1=A8=E5=A4=B4=E7=9A=84=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E8=87=AA=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/table.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/table.js b/src/modules/table.js index 840ad933..4908b6d0 100644 --- a/src/modules/table.js +++ b/src/modules/table.js @@ -644,7 +644,6 @@ layui.define(['laytpl', 'laypage', 'form', 'util'], function(exports){ if (options.cols.length > 1) { for (var i = options.cols.length - 1; i >= 0; i--) { // 自下向上处理合并表头的宽度 - debugger; layui.each(that.layHeader.first().find('tr').eq(i).find('>th>div.laytable-cell-group'), function (i1, item1) { item1 = $(item1); var thElem = item1.parent();