feat: disable some field
This commit is contained in:
parent
f790df0ea9
commit
ae6c1fd285
1 changed files with 3 additions and 1 deletions
|
|
@ -112,7 +112,8 @@ watch(
|
|||
for="input-quotation"
|
||||
:label="$t('general.itemNo', { msg: $t('quotation.title') })"
|
||||
:readonly
|
||||
v-model="quotationNo"
|
||||
:model-value="!quotationNo ? $t('general.generated') : quotationNo"
|
||||
disable
|
||||
class="col-12"
|
||||
dense
|
||||
outlined
|
||||
|
|
@ -122,6 +123,7 @@ watch(
|
|||
:label="$t('quotation.actor')"
|
||||
:readonly
|
||||
v-model="actor"
|
||||
disable
|
||||
class="col-12"
|
||||
dense
|
||||
outlined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue