fix
This commit is contained in:
@@ -576,7 +576,8 @@
|
|||||||
class="mb12"
|
class="mb12"
|
||||||
v-if="
|
v-if="
|
||||||
dataForm.budget &&
|
dataForm.budget &&
|
||||||
(dataForm.budget >= BUDGET_FEASIBILITY_THRESHOLD || !isSpecialType('0'))
|
dataForm.budget >= BUDGET_FEASIBILITY_THRESHOLD &&
|
||||||
|
isSpecialType('0')
|
||||||
|
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user