fix: when in quotation form make it input only
This commit is contained in:
parent
d414685fe7
commit
9f6121dbf1
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ defineEmits<{
|
||||||
:label="$t('quotation.customer')"
|
:label="$t('quotation.customer')"
|
||||||
@create="$emit('addCustomer')"
|
@create="$emit('addCustomer')"
|
||||||
class="col-md-6 col-12"
|
class="col-md-6 col-12"
|
||||||
creatable
|
:creatable="!inputOnly"
|
||||||
simple
|
simple
|
||||||
required
|
required
|
||||||
:readonly
|
:readonly
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue