fix: quotation created at time not display correctly
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
ccf1a55052
commit
04c47b2700
1 changed files with 1 additions and 0 deletions
|
|
@ -1509,6 +1509,7 @@ function covertToNode() {
|
|||
:quotation-status="
|
||||
quotationFormState.source?.quotationStatus === 'Expired'
|
||||
"
|
||||
:created-at="quotationFormState.createdAt"
|
||||
v-model:urgent="quotationFormData.urgent"
|
||||
v-model:work-name="quotationFormData.workName"
|
||||
v-model:contactor="quotationFormData.contactName"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue