访问日志记录,增加表单提交前后的差异数据分析

This commit is contained in:
thinkgem
2020-12-22 00:16:30 +08:00
parent 7e42620f44
commit a96991f7ea
3 changed files with 40 additions and 5 deletions

View File

@@ -166,6 +166,12 @@
<#form:textarea path="exceptionInfo" rows="20" class="form-control autoHeight"/>
</div>
<% } %>
<% if(isNotBlank(log.diffModifyData)){ %>
<div class="form-unit">${text('差异修改数据')}</div>
<div class="ml10 mr10 mb10" style="word-break:break-all;">
${log.diffModifyData}
</div>
<% } %>
</div>
<div class="box-footer">
<div class="row">