|
|
@@ -312,7 +312,7 @@
|
|
|
<div>
|
|
|
|
|
|
<span class="problemDes" th:text="${h2.problemDes}"></span>
|
|
|
- <span class="colorOrange" th:if="${h2.demandType}==5" th:text="${h2.fundForPersonnel}==null?'¥0.00元/月'${'¥'+h2.fundForPersonnel}+'元/月'"></span>
|
|
|
+ <span class="colorOrange" th:if="${h2.demandType}==5" th:text="${h2.fundForPersonnel}==null?'¥0.00元/月':${'¥'+h2.fundForPersonnel}+'元/月'"></span>
|
|
|
<span class="colorOrange" th:if="${h2.demandType}==3" th:text="${'期望资金:¥'+h2.fundForCrowd}+'万'"></span>
|
|
|
|
|
|
<span class="colorTime"> <img th:src="${portalHost+'/img/newMenu/demand-5.jpg'}" alt=""></span>
|