修复了导入时空字段处理的bug
parent
27e2edea87
commit
a5ccbfdfdc
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue