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