+
-
+
- ${text('访问日志')}
-
- <#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"/>
+
@@ -31,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"/>
+
@@ -45,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"/>
+
@@ -82,11 +87,11 @@
-
<#form:input path="remoteAddr" maxlength="255" class="form-control width-90"/>
-
-
-
-
+
+
+
+
#form:form>