Page support global setting
This commit is contained in:
parent
262c8524ce
commit
81b641eed7
2 changed files with 10 additions and 8 deletions
|
@ -104,7 +104,9 @@
|
|||
},
|
||||
transfer: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
default () {
|
||||
return this.$IVIEW.transfer === '' ? false : this.$IVIEW.transfer;
|
||||
}
|
||||
},
|
||||
size: {
|
||||
validator (value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue