1.修改英文翻译
2.优化任务列表显示
This commit is contained in:
@@ -555,7 +555,6 @@
|
||||
<c:set var="tdClass" value="color_3" />
|
||||
<c:set var="tdClassR" value="color_6" />
|
||||
</c:if>
|
||||
<c:if test="${missionstatetable.missionState ne -1}">
|
||||
<tr>
|
||||
<td class="${tdClass }" nowrap="nowrap" >
|
||||
<input type="hidden" id="yxbz${missionstatetable.missionId }" name="yxbz${missionstatetable.missionId }" value="${missionstatetable.missionState}" />
|
||||
@@ -635,7 +634,6 @@
|
||||
<td class="${tdClass }" nowrap="nowrap">${missionstatetable.userIdName}</td>
|
||||
<td class="${tdClassR }" nowrap="nowrap"><fmt:formatDate value="${missionstatetable.createTime}" type="both" /></td>
|
||||
</tr>
|
||||
</c:if>
|
||||
<c:set var="index" value="${index + 1}" />
|
||||
</c:forEach>
|
||||
</c:when>
|
||||
|
||||
Reference in New Issue
Block a user