parent
a7c1fc434d
commit
ce2ce216dc
|
@ -41,7 +41,12 @@
|
|||
return 10;
|
||||
}
|
||||
},
|
||||
selectType: String,
|
||||
selectType: {
|
||||
type: Boolean,
|
||||
default() {
|
||||
return false;
|
||||
}
|
||||
},
|
||||
tableDataCountInPage: {
|
||||
type: Number,
|
||||
default() {
|
||||
|
|
Loading…
Reference in New Issue