fix(04): payment type option
This commit is contained in:
parent
98c09fc1bb
commit
7a1c641863
1 changed files with 8 additions and 8 deletions
|
|
@ -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[]>([]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue