代码调试

This commit is contained in:
BianLzhaoMin 2025-02-25 11:12:55 +08:00
parent 74c10d64e0
commit 000161dd18
1 changed files with 2 additions and 2 deletions

View File

@ -122,14 +122,14 @@
headerRows.forEach((rowData, index) => { headerRows.forEach((rowData, index) => {
let dataList = rowData let dataList = rowData
if (index === 0) { if (index === 0) {
dataList = dataList.splice(0, 6) splice(index, 7, {
dataList.push({
field: "handle", field: "handle",
mergeType: "rowspan", mergeType: "rowspan",
minWidth: 75, minWidth: 75,
num: 3, num: 3,
title: "操作", title: "操作",
}) })
// dataList.push()
} }
dataList.forEach(cellData => { dataList.forEach(cellData => {
cellData.cellMinWidth = 120; cellData.cellMinWidth = 120;