|
@@ -259,7 +259,7 @@
|
|
|
class="talents" th:case='5' th:text="技术人才需求"></span>
|
|
class="talents" th:case='5' th:text="技术人才需求"></span>
|
|
|
<span th:text="${u3.name}"></span>
|
|
<span th:text="${u3.name}"></span>
|
|
|
<span class="colorOrange" th:if="${u3.demandType}==3" th:text="${u3.researchType}==0?'用途:研发':'用途:扩大再生产'"></span>
|
|
<span class="colorOrange" th:if="${u3.demandType}==3" th:text="${u3.researchType}==0?'用途:研发':'用途:扩大再生产'"></span>
|
|
|
- <span class="colorOrange" th:if="${u3.demandType}==5" th:text="${u3.fundForPersonnel}==null?'¥0.00元/月'${'¥'+u3.fundForPersonnel+'元/月'}"></span>
|
|
|
|
|
|
|
+ <span class="colorOrange" th:if="${u3.demandType}==5" th:text="${u3.fundForPersonnel}==null?'¥0.00元/月':${'¥'+u3.fundForPersonnel+'元/月'}"></span>
|
|
|
<span class="colorOrange" th:if="${u3.demandType}==3" th:text="${'期望资金:¥'+u3.fundForCrowd+'万'}"></span>
|
|
<span class="colorOrange" th:if="${u3.demandType}==3" th:text="${'期望资金:¥'+u3.fundForCrowd+'万'}"></span>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|