项目编号换行显示

master
OathK1per 2022-07-22 16:50:33 +08:00
parent 7b2b5324a6
commit 094017d0d7
1 changed files with 1 additions and 1 deletions

View File

@ -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>