fix: quotation card status display and i18n

This commit is contained in:
puriphatt 2024-11-01 17:54:27 +07:00
parent 44f27bf2ea
commit 72fa68462e
4 changed files with 23 additions and 17 deletions

View file

@ -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;