This commit is contained in:
NiSen
2024-01-25 12:45:52 +08:00
parent 52412849fe
commit e1eef650ee

View File

@@ -285,13 +285,11 @@ export default {
if (columnIndex !== 0) {
if (rowIndex <= 1) { return false }
if (rowIndex % 2 === 0) {
console.log(rowIndex, '上');
return {
rowspan: 2,
colspan: 1
};
} else {
console.log(rowIndex, '下');
return {
rowspan: 0,
colspan: 0