From c5eded94c0391b37fef0bdf03e3db557c6a381aa Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 28 Apr 2022 22:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=9A=84=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=20to=20=E8=AF=B7=E6=B1=82=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../i18n/core/sys/i18n_en.properties | 2 +- .../resources/views/modules/sys/logForm.html | 2 +- .../resources/views/modules/sys/logList.html | 48 +++++++++---------- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/modules/core/src/main/resources/i18n/core/sys/i18n_en.properties b/modules/core/src/main/resources/i18n/core/sys/i18n_en.properties index f41c1390..b1d82168 100644 --- a/modules/core/src/main/resources/i18n/core/sys/i18n_en.properties +++ b/modules/core/src/main/resources/i18n/core/sys/i18n_en.properties @@ -165,7 +165,7 @@ 未知操作=Unknown 保存=Save 日志详情=Log Detail -提交的数据=Submitted data +请求数据=Submitted data 操作账号=Operation account 用户代理=User agent diff --git a/modules/core/src/main/resources/views/modules/sys/logForm.html b/modules/core/src/main/resources/views/modules/sys/logForm.html index 11294e00..85d3732e 100644 --- a/modules/core/src/main/resources/views/modules/sys/logForm.html +++ b/modules/core/src/main/resources/views/modules/sys/logForm.html @@ -51,7 +51,7 @@
+ * ${text('请求数据')}:
<#form:textarea path="requestParams" rows="1" class="form-control autoHeight"/>
diff --git a/modules/core/src/main/resources/views/modules/sys/logList.html b/modules/core/src/main/resources/views/modules/sys/logList.html index 2d7d51df..91b423dd 100644 --- a/modules/core/src/main/resources/views/modules/sys/logList.html +++ b/modules/core/src/main/resources/views/modules/sys/logList.html @@ -16,13 +16,13 @@ <% } %>
- <#form:form id="searchForm" model="${log}" action="${ctx}/sys/log/listData" method="post" class="form-inline " - data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}"> -
- -
- <#form:input path="logTitle" maxlength="500" class="form-control width-90"/> -
+ <#form:form id="searchForm" model="${log}" action="${ctx}/sys/log/listData" method="post" class="form-inline " + data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}"> +
+ +
+ <#form:input path="logTitle" maxlength="500" class="form-control width-90"/> +
@@ -36,13 +36,13 @@ <#form:select path="logType" dictType="sys_log_type" blankOption="true" class="form-control required " />
-
- -
+
+ +
<#form:listselect id="userSelect" title="${text('用户选择')}" path="createBy" url="${ctx}/sys/empUser/empUserSelect" allowClear="false" - checkbox="false" itemCode="userCode" itemName="userName"/> -
+ checkbox="false" itemCode="userCode" itemName="userName"/> +
@@ -50,12 +50,12 @@ <#form:select path="isException" dictType="sys_yes_no" blankOption="true" class="form-control"/>
-
-
- -
- <#form:input path="bizType" maxlength="64" class="form-control width-90"/> -
+
+
+ +
+ <#form:input path="bizType" maxlength="64" class="form-control width-90"/> +
@@ -87,11 +87,11 @@
<#form:input path="remoteAddr" maxlength="255" class="form-control width-90"/>
-
-
- - -
+
+
+ + +
@@ -108,7 +108,7 @@ $('#dataGrid').dataGrid({ return ''+(val||row.id)+''; }}, {header:'${text("请求地址")}', name:'requestUri', index:'a.request_uri', width:260, align:"left", formatter: function(val, obj, row, act){ - return ''+ row.requestUri; + return ''+row.requestUri+''; }}, {header:'${text("日志类型")}', name:'logType', index:'a.log_type', width:100, align:"center", formatter: function(val, obj, row, act){ return js.getDictLabel(${@DictUtils.getDictListJson('sys_log_type')}, val, '未知', true);