refactor: change button

This commit is contained in:
Methapon Metanipat 2024-10-18 13:43:20 +07:00
parent aeae427981
commit 2b68b6593f

View file

@ -46,7 +46,7 @@ import {
EditButton, EditButton,
UndoButton, UndoButton,
DeleteButton, DeleteButton,
CancelButton, CloseButton,
MainButton, MainButton,
} from 'components/button'; } from 'components/button';
import ProductServiceForm from './ProductServiceForm.vue'; import ProductServiceForm from './ProductServiceForm.vue';
@ -915,7 +915,7 @@ function storeDataLocal() {
@click="closeTab()" @click="closeTab()"
v-if="quotationFormState.mode === 'edit'" v-if="quotationFormState.mode === 'edit'"
/> />
<CancelButton <CloseButton
solid solid
@click="closeTab()" @click="closeTab()"
v-if="quotationFormState.mode === 'info' && closeAble()" v-if="quotationFormState.mode === 'info' && closeAble()"