fix(04): payment type option

This commit is contained in:
puriphatt 2024-10-22 17:06:26 +07:00
parent 98c09fc1bb
commit 7a1c641863

View file

@ -69,14 +69,14 @@ const payTypeOpion = computed(() => [
value: 'Split', value: 'Split',
label: t('quotation.type.installmentsCash'), label: t('quotation.type.installmentsCash'),
}, },
{ // {
value: 'BillFull', // value: 'BillFull',
label: t('quotation.type.fullAmountBill'), // label: t('quotation.type.fullAmountBill'),
}, // },
{ // {
value: 'BillSplit', // value: 'BillSplit',
label: t('quotation.type.installmentsBill'), // label: t('quotation.type.installmentsBill'),
}, // },
]); ]);
const amount4Show = ref<string[]>([]); const amount4Show = ref<string[]>([]);