refactor: use app button
This commit is contained in:
parent
7ed51c26d2
commit
53bb9e8d8f
1 changed files with 6 additions and 8 deletions
|
|
@ -47,6 +47,7 @@ import {
|
||||||
UndoButton,
|
UndoButton,
|
||||||
DeleteButton,
|
DeleteButton,
|
||||||
CancelButton,
|
CancelButton,
|
||||||
|
MainButton,
|
||||||
} from 'components/button';
|
} from 'components/button';
|
||||||
import ProductServiceForm from './ProductServiceForm.vue';
|
import ProductServiceForm from './ProductServiceForm.vue';
|
||||||
import QuotationFormInfo from './QuotationFormInfo.vue';
|
import QuotationFormInfo from './QuotationFormInfo.vue';
|
||||||
|
|
@ -881,17 +882,14 @@ function storeDataLocal() {
|
||||||
|
|
||||||
<footer class="surface-1 q-pa-md full-width">
|
<footer class="surface-1 q-pa-md full-width">
|
||||||
<div class="row full-width justify-between">
|
<div class="row full-width justify-between">
|
||||||
<q-btn
|
<MainButton
|
||||||
dense
|
outlined
|
||||||
outline
|
icon="mdi-play-box-outline"
|
||||||
color="primary"
|
color="207 96% 32%"
|
||||||
class="rounded"
|
|
||||||
padding="2px 8px"
|
|
||||||
@click="storeDataLocal"
|
@click="storeDataLocal"
|
||||||
>
|
>
|
||||||
<q-icon name="mdi-play-box-outline" size="xs" class="q-mr-xs" />
|
|
||||||
{{ $t('general.view', { msg: $t('general.example') }) }}
|
{{ $t('general.view', { msg: $t('general.example') }) }}
|
||||||
</q-btn>
|
</MainButton>
|
||||||
<div class="row" style="gap: var(--size-2)">
|
<div class="row" style="gap: var(--size-2)">
|
||||||
<CancelButton solid @click="closeTab()" />
|
<CancelButton solid @click="closeTab()" />
|
||||||
<SaveButton
|
<SaveButton
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue