feat(warehouse): 增加支持拆分的列数

将 splitColumns 从 [1,2,3] 扩展为 [1,2,3,4,5],以支持更多列的拆分操作
This commit is contained in:
2026-05-06 16:21:06 +08:00
parent 268995e8e2
commit d26f98440f

View File

@@ -147,7 +147,7 @@ export default {
small: 43 + 42,
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,