refactor: handle template form
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
This commit is contained in:
parent
6f7de85e64
commit
25768af511
1 changed files with 1 additions and 1 deletions
|
|
@ -2155,7 +2155,7 @@ function covertToNode() {
|
||||||
|
|
||||||
<template
|
<template
|
||||||
v-if="
|
v-if="
|
||||||
(view === View.Quotation || view === View.Payment) &&
|
(view === View.Quotation || view === View.Accepted) &&
|
||||||
quotationFormData.id
|
quotationFormData.id
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue