代码调试

This commit is contained in:
BianLzhaoMin 2025-02-25 11:14:33 +08:00
parent 000161dd18
commit 98787dde66
1 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,8 @@
headerRows.forEach((rowData, index) => {
let dataList = rowData
if (index === 0) {
splice(index, 7, {
let dataList = rowData
dataList.splice(7, 0, {
field: "handle",
mergeType: "rowspan",
minWidth: 75,