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,
|
||||
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()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue