add global setting $IVIEW
This commit is contained in:
parent
e94e76435e
commit
517917a2ad
4 changed files with 48 additions and 957 deletions
|
@ -204,7 +204,9 @@
|
|||
},
|
||||
transfer: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
default () {
|
||||
return this.$IVIEW.transfer === '' ? false : this.$IVIEW.transfer;
|
||||
}
|
||||
},
|
||||
// Use for AutoComplete
|
||||
autoComplete: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue