From 2b8d5df9e94d367d6c42f52ecceea2d828ecbf2f Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Thu, 23 Oct 2025 20:01:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/stquery/deviceStatusRecord.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/material/stquery/deviceStatusRecord.vue b/src/views/material/stquery/deviceStatusRecord.vue index 1a78262f..c547994e 100644 --- a/src/views/material/stquery/deviceStatusRecord.vue +++ b/src/views/material/stquery/deviceStatusRecord.vue @@ -754,7 +754,7 @@ export default { // 解决偏移的重要代码 // 重点在 else if 判断必须加因为合并单元格数据会出现偏移、 // 否则如果是 第二行 的 第二列 那么隐藏原有第二行 的 第二列的数据使他隐藏 - else if (rowIndex === 0 && columnIndex < 7) { + else if (rowIndex === 0 && columnIndex < 6) { return { rowspan: 0, colspan: 0