fix: quotation card status display and i18n
This commit is contained in:
parent
44f27bf2ea
commit
72fa68462e
4 changed files with 23 additions and 17 deletions
|
|
@ -6,12 +6,6 @@ import KebabAction from '../shared/KebabAction.vue';
|
|||
import MainButton from '../button/MainButton.vue';
|
||||
|
||||
defineProps<{
|
||||
type?:
|
||||
| 'fullAmountCash'
|
||||
| 'installmentsCash'
|
||||
| 'fullAmountBill'
|
||||
| 'installmentsBill'
|
||||
| string;
|
||||
title?: string;
|
||||
code?: string;
|
||||
amount?: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue