refactor: change type btn
This commit is contained in:
parent
4fa1a2ca26
commit
f337760644
1 changed files with 1 additions and 1 deletions
|
|
@ -162,6 +162,7 @@ const insuranceCompanyFilter = selectFilterOptionRefMod(
|
|||
id="btn-add-bank"
|
||||
icon-only
|
||||
class="q-ml-sm"
|
||||
type="button"
|
||||
@click="addCheckup"
|
||||
/>
|
||||
</div>
|
||||
|
|
@ -220,7 +221,6 @@ const insuranceCompanyFilter = selectFilterOptionRefMod(
|
|||
class="col-5"
|
||||
:label="$t('formDialogInputCheckupRes')"
|
||||
v-model="checkup.checkupResult"
|
||||
:rules="[(val) => !!val || $t('formDialogInputCheckupResValidate')]"
|
||||
/>
|
||||
<q-select
|
||||
outlined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue