代码调试
This commit is contained in:
parent
74c10d64e0
commit
000161dd18
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue