微调,商务应用-空间管理-表格的项目名称宽度占比40%

master
White 2022-12-21 10:33:49 +08:00
parent b128c441e6
commit b0f3b089a2
1 changed files with 3 additions and 2 deletions

View File

@ -301,7 +301,7 @@
<tr class="am-text-nowrap">
<th class="table-title" width="60px">序号</th>
<th class="table-title" width="120px">项目编号</th>
<th class="table-title" width="480px">项目名称</th>
<th class="table-title" width="40%">项目名称</th>
<th class="table-title">项目类型</th>
<th class="table-title">项目阶段</th>
<th class="table-title">项目合同金额</th>
@ -338,7 +338,8 @@
<#--项目编号-->
<td class="huanhang" width="120px">${list.projectNo!}</td>
<#--项目名称-->
<td class="huanhang" width="480px"><a style="cursor: pointer;text-decoration:none" onclick="approve(${list.id})">${list.name!}</a></td>
<#-- <td class="huanhang" width="480px"><a style="cursor: pointer;text-decoration:none" onclick="approve(${list.id})">${list.name!}</a></td>-->
<td class="huanhang" width="40%"><a style="cursor: pointer;text-decoration:none" onclick="approve(${list.id})">${list.name!}</a></td>
<#--项目类型-->
<td>${list.typeDesc!}</td>
<#--项目阶段-->