|
|
@ -14,6 +14,8 @@
|
|
|
|
<q-select
|
|
|
|
<q-select
|
|
|
|
v-if="hasSubscriberProfileAttribute('ncos') && (isPbxAdmin || !isPbxEnabled)"
|
|
|
|
v-if="hasSubscriberProfileAttribute('ncos') && (isPbxAdmin || !isPbxEnabled)"
|
|
|
|
v-model="ncosLevel"
|
|
|
|
v-model="ncosLevel"
|
|
|
|
|
|
|
|
use-chips
|
|
|
|
|
|
|
|
radio
|
|
|
|
emit-value
|
|
|
|
emit-value
|
|
|
|
map-options
|
|
|
|
map-options
|
|
|
|
:options="ncosOptions"
|
|
|
|
:options="ncosOptions"
|
|
|
@ -35,6 +37,8 @@
|
|
|
|
<q-select
|
|
|
|
<q-select
|
|
|
|
v-if="hasSubscriberProfileAttribute('ncos_set') && (isPbxAdmin || !isPbxEnabled)"
|
|
|
|
v-if="hasSubscriberProfileAttribute('ncos_set') && (isPbxAdmin || !isPbxEnabled)"
|
|
|
|
v-model="ncosSet"
|
|
|
|
v-model="ncosSet"
|
|
|
|
|
|
|
|
use-chips
|
|
|
|
|
|
|
|
radio
|
|
|
|
emit-value
|
|
|
|
emit-value
|
|
|
|
map-options
|
|
|
|
map-options
|
|
|
|
:options="ncosSetOptions"
|
|
|
|
:options="ncosSetOptions"
|
|
|
|