mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 02:16:43 +08:00
1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user