操作日志记录新增请求方式

This commit is contained in:
RuoYi
2019-08-22 21:54:35 +08:00
parent e7050f5a38
commit 478520572c
8 changed files with 47 additions and 23 deletions

View File

@ -22,6 +22,11 @@
<div class="form-control-static" th:text="${operLog.operUrl}">
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">请求方式:</label>
<div class="form-control-static" th:text="${operLog.requestMethod}">
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">操作方法:</label>
<div class="form-control-static" th:text="${operLog.method}">