文件长度增加单位

This commit is contained in:
leijun
2018-10-09 16:12:09 +08:00
parent 0e09654c56
commit 346f2982a1
3 changed files with 3 additions and 3 deletions

View File

@@ -338,8 +338,8 @@
<!-- /筛选搜索内容栏 结束-->
</form:form>
</div>
<div class="table-responsive">
<sys:message content="${message}" />
<div class="table-responsive">
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap">
<thead>
<tr>

View File

@@ -359,7 +359,7 @@
${fns:abbr(indexCfg.digest,20)}
</a>
</td>
<td>${indexCfg.rawLen }</td>
<td>${indexCfg.rawLen }B</td>
<td>${indexCfg.cfdsLevel }</td>
<td>
<a href="${indexCfg.fileUrl }" target="_blank" data-original-title="${indexCfg.fileUrl }"

View File

@@ -304,7 +304,7 @@
<td>${indexCfg.compileId }</td>
<td><a href="${indexCfg.url }" target="_blank">${indexCfg.fileDesc }</a></td>
<td>${indexCfg.contentType }</td>
<td>${indexCfg.contentLength }</td>
<td>${indexCfg.contentLength }B</td>
<%-- <td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION') }" var="dict">
<c:if test="${dict.itemCode eq indexCfg.action }">