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