refactor: change button
This commit is contained in:
parent
aeae427981
commit
2b68b6593f
1 changed files with 2 additions and 2 deletions
|
|
@ -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()"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue