mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
1
This commit is contained in:
@@ -285,13 +285,11 @@ export default {
|
|||||||
if (columnIndex !== 0) {
|
if (columnIndex !== 0) {
|
||||||
if (rowIndex <= 1) { return false }
|
if (rowIndex <= 1) { return false }
|
||||||
if (rowIndex % 2 === 0) {
|
if (rowIndex % 2 === 0) {
|
||||||
console.log(rowIndex, '上');
|
|
||||||
return {
|
return {
|
||||||
rowspan: 2,
|
rowspan: 2,
|
||||||
colspan: 1
|
colspan: 1
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
console.log(rowIndex, '下');
|
|
||||||
return {
|
return {
|
||||||
rowspan: 0,
|
rowspan: 0,
|
||||||
colspan: 0
|
colspan: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user