fix: form readonly (branch management)
This commit is contained in:
parent
315cd85299
commit
aa8e39b042
2 changed files with 10 additions and 20 deletions
|
|
@ -19,9 +19,8 @@ defineProps<{
|
|||
<div class="col-9 row q-col-gutter-md">
|
||||
<q-input
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
outlined
|
||||
:readonly="readonly"
|
||||
:borderless="readonly"
|
||||
hide-bottom-space
|
||||
class="col-5"
|
||||
:label="$t('formDialogInputEmailHq')"
|
||||
|
|
@ -31,9 +30,8 @@ defineProps<{
|
|||
|
||||
<q-input
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
outlined
|
||||
:readonly="readonly"
|
||||
:borderless="readonly"
|
||||
hide-bottom-space
|
||||
class="col-7"
|
||||
:label="$t('formDialogInputTelephoneHq')"
|
||||
|
|
@ -43,9 +41,8 @@ defineProps<{
|
|||
|
||||
<q-input
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
outlined
|
||||
:readonly="readonly"
|
||||
:borderless="readonly"
|
||||
hide-bottom-space
|
||||
class="col-5"
|
||||
:label="$t('formDialogInputContactName')"
|
||||
|
|
@ -55,9 +52,8 @@ defineProps<{
|
|||
|
||||
<q-input
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
outlined
|
||||
:readonly="readonly"
|
||||
:borderless="readonly"
|
||||
hide-bottom-space
|
||||
class="col-7"
|
||||
:label="$t('formDialogInputTelephoneContact')"
|
||||
|
|
@ -67,9 +63,8 @@ defineProps<{
|
|||
|
||||
<q-input
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
outlined
|
||||
:readonly="readonly"
|
||||
:borderless="readonly"
|
||||
hide-bottom-space
|
||||
class="col-5"
|
||||
label="Line ID"
|
||||
|
|
|
|||
|
|
@ -20,8 +20,7 @@ defineProps<{
|
|||
<div class="col-9 row q-col-gutter-md">
|
||||
<q-input
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
:borderless="readonly"
|
||||
outlined
|
||||
readonly
|
||||
hide-bottom-space
|
||||
:class="{
|
||||
|
|
@ -36,8 +35,7 @@ defineProps<{
|
|||
<q-input
|
||||
v-if="typeBranch !== 'headOffice'"
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
:borderless="readonly"
|
||||
outlined
|
||||
readonly
|
||||
hide-bottom-space
|
||||
:class="{
|
||||
|
|
@ -51,9 +49,8 @@ defineProps<{
|
|||
|
||||
<q-input
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
outlined
|
||||
:readonly="readonly"
|
||||
:borderless="readonly"
|
||||
hide-bottom-space
|
||||
:class="{
|
||||
'col-6': typeBranch === 'headOffice',
|
||||
|
|
@ -70,9 +67,8 @@ defineProps<{
|
|||
|
||||
<q-input
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
outlined
|
||||
:readonly="readonly"
|
||||
:borderless="readonly"
|
||||
hide-bottom-space
|
||||
class="col-12"
|
||||
:label="
|
||||
|
|
@ -93,9 +89,8 @@ defineProps<{
|
|||
|
||||
<q-input
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
outlined
|
||||
:readonly="readonly"
|
||||
:borderless="readonly"
|
||||
hide-bottom-space
|
||||
class="col-12"
|
||||
v-model="nameEN"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue