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',
label: t('quotation.type.installmentsCash'),
},
{
value: 'BillFull',
label: t('quotation.type.fullAmountBill'),
},
{
value: 'BillSplit',
label: t('quotation.type.installmentsBill'),
},
// {
// value: 'BillFull',
// label: t('quotation.type.fullAmountBill'),
// },
// {
// value: 'BillSplit',
// label: t('quotation.type.installmentsBill'),
// },
]);
const amount4Show = ref<string[]>([]);