feat(warehouse): 增加支持拆分的列数
将 splitColumns 从 [1,2,3] 扩展为 [1,2,3,4,5],以支持更多列的拆分操作
This commit is contained in:
@@ -147,7 +147,7 @@ export default {
|
|||||||
small: 43 + 42,
|
small: 43 + 42,
|
||||||
rows: [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26],
|
rows: [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26],
|
||||||
// 支持拆分的列
|
// 支持拆分的列
|
||||||
splitColumns: [1, 2, 3]
|
splitColumns: [1, 2, 3, 4, 5]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dialogOpen: false,
|
dialogOpen: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user