diff --git a/modules/core/src/main/resources/views/modules/msg/msgInnerList.html b/modules/core/src/main/resources/views/modules/msg/msgInnerList.html index 3922ea63..854c16cf 100644 --- a/modules/core/src/main/resources/views/modules/msg/msgInnerList.html +++ b/modules/core/src/main/resources/views/modules/msg/msgInnerList.html @@ -1,19 +1,19 @@ -<% layout('/layouts/default.html', {title: '站内消息', libs: ['dataGrid']}){ %> -
-
-
-
- ${text('站内消息')} -
-
- ${text('查询')} - <% if(hasPermi('msg:msgInner:edit')){ %> - ${text('新增')} - <% } %> - -
-
-
+<% layout('/layouts/default.html', {title: '站内消息', libs: ['dataGrid']}){ %> +
+
+
+
+ ${text('站内消息')} +
+
+ ${text('查询')} + <% if(hasPermi('msg:msgInner:edit')){ %> + ${text('新增')} + <% } %> + +
+
+
<#form:form id="searchForm" model="${msgInner}" action="${ctx}/msg/msgInner/listData" method="post" class="form-inline hide" data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
@@ -37,10 +37,10 @@
- <#form:input path="sendDate_gte" readonly="true" maxlength="20" class="form-control laydate width-date" - dataFormat="date" data-type="date" data-format="yyyy-MM-dd" data-done="sendDate_lte.click()"/> -  -  - <#form:input path="sendDate_lte" readonly="true" maxlength="20" class="form-control laydate width-date" + <#form:input path="sendDate_gte" readonly="true" maxlength="20" class="form-control laydate width-date" + dataFormat="date" data-type="date" data-format="yyyy-MM-dd" data-done="sendDate_lte.click()"/> +  -  + <#form:input path="sendDate_lte" readonly="true" maxlength="20" class="form-control laydate width-date" dataFormat="date" data-type="date" data-format="yyyy-MM-dd"/>
@@ -55,24 +55,24 @@
-
-
-
-
-
-<% } %> +
+
+
+
+
+<% } %>