|
|
@@ -142,7 +142,7 @@
|
|
|
<div class="col-md-7" th:each="u2:${urgentDemand2}">
|
|
|
<a th:href="@{/portal/technologyTrading/demandDetail(id=${u2.id},type=${u2.dataCategory})}">
|
|
|
<div>
|
|
|
- <div th:switch="${u2.demandType}">
|
|
|
+ <p th:switch="${u2.demandType}">
|
|
|
<span class="talents" th:case='0' th:text="企业技术需求"></span>
|
|
|
<span class="talents" th:case='1' th:text="技术设备需求"></span>
|
|
|
<span class="talents" th:case='2' th:text="产学研合作需求"></span>
|
|
|
@@ -150,15 +150,15 @@
|
|
|
<span class="talents" th:case='4' th:text="地区产业需求"></span>
|
|
|
<span class="talents" th:case='5' th:text="技术人才需求"></span>
|
|
|
<span class="name" th:text="${u2.name}"></span>
|
|
|
- </div>
|
|
|
+ </p>
|
|
|
|
|
|
- <div>
|
|
|
+ <p>
|
|
|
<span class="problemDes" th:text="${u2.problemDes}"></span>
|
|
|
<span class="colorTime" th:if="${u2.validityPeriod}==null" th:text="无期限"></span>
|
|
|
<span class="colorTime" th:if="${u2.validityPeriod}!=null" th:text="${#dates.format(u2.validityPeriod,'yyyy-MM-dd')+'到期'}"></span>
|
|
|
<span class="colorOrange" th:if="${u2.demandType}==5" th:text="${u2.fundForPersonnel}==null?'人才:¥0元/月':${'人才:¥'+u2.fundForPersonnel+'元/月'}"></span>
|
|
|
<span class="colorOrange" th:if="${u2.demandType}==3" th:text="${'期望资金:¥'+u2.fundForCrowd}+'万'"></span>
|
|
|
- </div>
|
|
|
+ </p>
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|
|
|
@@ -214,7 +214,7 @@
|
|
|
</div>
|
|
|
<div class="col-md-7" th:each="h2:${hotDemand2}">
|
|
|
<a th:href="@{/portal/technologyTrading/demandDetail(id=${h2.id},type=${h2.dataCategory})}">
|
|
|
- <div>
|
|
|
+ <p>
|
|
|
<div th:switch="${h2.demandType}">
|
|
|
<span class="talents" th:case='0' th:text="企业技术需求"></span>
|
|
|
<span class="talents" th:case='1' th:text="技术设备需求"></span>
|
|
|
@@ -223,17 +223,13 @@
|
|
|
<span class="talents" th:case='4' th:text="地区产业需求"></span>
|
|
|
<span class="talents" th:case='5' th:text="技术人才需求"></span>
|
|
|
<span class="name" th:text="${h2.name}"></span>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div>
|
|
|
-
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
<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}==3" th:text="${'期望资金:¥'+h2.fundForCrowd}+'万'"></span>
|
|
|
-
|
|
|
<span class="colorTime"> <img th:src="${portalHost+'/img/newMenu/demand-5.jpg'}" alt=""></span>
|
|
|
-
|
|
|
- </div>
|
|
|
+ </p>
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|