项目编号换行显示
parent
7b2b5324a6
commit
094017d0d7
|
@ -197,7 +197,7 @@
|
||||||
<#list pager.list as list>
|
<#list pager.list as list>
|
||||||
<tr>
|
<tr>
|
||||||
<td>${list.tempId!}</td>
|
<td>${list.tempId!}</td>
|
||||||
<td>${list.projectNo!}</td>
|
<td class="huanhang">${list.projectNo!}</td>
|
||||||
<td class="huanhang"><a style="cursor: pointer;text-decoration:none" onclick="location.href='${base}/project/approve?listFrom=list&type=1&id=${list.id}'">${list.name!}</a></td>
|
<td class="huanhang"><a style="cursor: pointer;text-decoration:none" onclick="location.href='${base}/project/approve?listFrom=list&type=1&id=${list.id}'">${list.name!}</a></td>
|
||||||
<td>${list.typeDesc!}</td>
|
<td>${list.typeDesc!}</td>
|
||||||
<td>${Utils.format(list.contractAmount, "0.00")}</td>
|
<td>${Utils.format(list.contractAmount, "0.00")}</td>
|
||||||
|
|
Loading…
Reference in New Issue