修复了导入时空字段处理的bug
parent
27e2edea87
commit
a5ccbfdfdc
|
@ -35,7 +35,7 @@ export default {
|
|||
pageSizes: {
|
||||
type: Array,
|
||||
default() {
|
||||
return [10, 30, 50, 100, 200]
|
||||
return [30, 50, 100, 200, 500]
|
||||
}
|
||||
},
|
||||
layout: {
|
||||
|
|
Loading…
Reference in New Issue