refactor: use app button

This commit is contained in:
Methapon Metanipat 2024-10-18 09:37:34 +07:00
parent 7ed51c26d2
commit 53bb9e8d8f

View file

@ -47,6 +47,7 @@ import {
UndoButton,
DeleteButton,
CancelButton,
MainButton,
} from 'components/button';
import ProductServiceForm from './ProductServiceForm.vue';
import QuotationFormInfo from './QuotationFormInfo.vue';
@ -881,17 +882,14 @@ function storeDataLocal() {
<footer class="surface-1 q-pa-md full-width">
<div class="row full-width justify-between">
<q-btn
dense
outline
color="primary"
class="rounded"
padding="2px 8px"
<MainButton
outlined
icon="mdi-play-box-outline"
color="207 96% 32%"
@click="storeDataLocal"
>
<q-icon name="mdi-play-box-outline" size="xs" class="q-mr-xs" />
{{ $t('general.view', { msg: $t('general.example') }) }}
</q-btn>
</MainButton>
<div class="row" style="gap: var(--size-2)">
<CancelButton solid @click="closeTab()" />
<SaveButton