|
|
|
@ -1,19 +1,14 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div
|
|
|
|
|
class="csc-form csc-pbx-ms-config-add-form"
|
|
|
|
|
>
|
|
|
|
|
<q-field>
|
|
|
|
|
<div>
|
|
|
|
|
<q-select
|
|
|
|
|
v-model="data.subscriberId"
|
|
|
|
|
emit-value
|
|
|
|
|
map-options
|
|
|
|
|
:disable="loading || subscriberOptionsLoading"
|
|
|
|
|
:readonly="loading"
|
|
|
|
|
:stack-label="$t('pbxConfig.msConfigSubscriberSelectionLabel')"
|
|
|
|
|
:label="$t('pbxConfig.msConfigSubscriberSelectionLabel')"
|
|
|
|
|
:options="subscriberOptions"
|
|
|
|
|
/>
|
|
|
|
|
</q-field>
|
|
|
|
|
<q-field>
|
|
|
|
|
<q-select
|
|
|
|
|
v-model="data.secretaryNumbers"
|
|
|
|
|
multiple
|
|
|
|
@ -23,10 +18,9 @@
|
|
|
|
|
map-options
|
|
|
|
|
:disable="loading || numberOptionsLoading"
|
|
|
|
|
:readonly="loading"
|
|
|
|
|
:float-label="$t('pbxConfig.msConfigNumberSelectionLabel')"
|
|
|
|
|
:label="$t('pbxConfig.msConfigNumberSelectionLabel')"
|
|
|
|
|
:options="numberOptions"
|
|
|
|
|
/>
|
|
|
|
|
</q-field>
|
|
|
|
|
<div
|
|
|
|
|
class="csc-form-actions row justify-center"
|
|
|
|
|
>
|
|
|
|
|