This commit is contained in:
hayu 2025-10-23 19:50:21 +08:00
parent 0dc41d8d2f
commit a3a96581cc
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ export default {
objectSpanMethod ({ row, column, rowIndex, columnIndex }) {
if (rowIndex === 0 && columnIndex == 0) {
let rowspan = 1
let colspan = 7
let colspan = 6
return { rowspan, colspan }
}
//