feat: add dynamic color to quotation form info
This commit is contained in:
parent
1bf55551bc
commit
a498c24e1e
2 changed files with 27 additions and 14 deletions
|
|
@ -1108,6 +1108,7 @@ const view = ref<View>(View.Quotation);
|
|||
<SwitchItem :value="view">
|
||||
<template #[View.Quotation]>
|
||||
<QuotationFormInfo
|
||||
:type="view"
|
||||
v-model:pay-type="quotationFormData.payCondition"
|
||||
v-model:pay-bank="payBank"
|
||||
v-model:pay-split-count="quotationFormData.paySplitCount"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue