|
|
@@ -74,7 +74,7 @@
|
|
|
<div class="patent_bottom">
|
|
|
<div class="col-xs-6 bg-left">
|
|
|
<ul>
|
|
|
- <li th:each="it: ${jmrhTechnologyList}">
|
|
|
+ <li th:each="it: ${jmrhProjectList}">
|
|
|
<a th:href="${basePath+ '/portal/detail/achievementDetail.html?id=' + it.id +'&type=' + it.ownerType}">
|
|
|
<span class="note" th:text="${it.name}"></span>
|
|
|
<span th:if="${it.maturity == '1'}" class="node" >正在研发</span>
|
|
|
@@ -97,7 +97,7 @@
|
|
|
<div class="col-xs-6 imgt"><img th:src="${portalHost + '/img/cicm_3.png'}"/></div>
|
|
|
<div class="col-xs-6 bg-right">
|
|
|
<ul>
|
|
|
- <li th:each="it: ${jmrhProjectList}">
|
|
|
+ <li th:each="it: ${jmrhTechnologyList}">
|
|
|
<a th:href="${basePath+ '/portal/detail/achievementDetail.html?id=' + it.id +'&type=' + it.ownerType}">
|
|
|
<span class="note" th:text="${it.name}"></span>
|
|
|
<span class="node" th:text="${it.industry}"></span>
|