代码调试

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) => {
let dataList = rowData
if (index === 0) {
dataList = dataList.splice(0, 6)
dataList.push({
splice(index, 7, {
field: "handle",
mergeType: "rowspan",
minWidth: 75,
num: 3,
title: "操作",
})
// dataList.push()
}
dataList.forEach(cellData => {
cellData.cellMinWidth = 120;