修复了导入时空字段处理的bug

pull/42/head
StarsL.cn 2022-08-08 17:21:11 +08:00
parent 27e2edea87
commit a5ccbfdfdc
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export default {
pageSizes: { pageSizes: {
type: Array, type: Array,
default() { default() {
return [10, 30, 50, 100, 200] return [30, 50, 100, 200, 500]
} }
}, },
layout: { layout: {