文件长度增加单位
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 }"
|
||||
|
||||
@@ -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 }">
|
||||
|
||||
Reference in New Issue
Block a user