From 2b122eecd5fa5138d3da4f72868882eb49c87140 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 12 Aug 2024 10:21:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9F=A5=E8=AF=A2=E7=9A=84?= =?UTF-8?q?=E6=9B=B4=E5=A4=9A=E6=8C=89=E9=92=AE=EF=BC=8C=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=8F=8C=E7=AE=AD=E5=A4=B4=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=8A=A8=E7=94=BB=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/views/modules/sys/companyList.html | 2 +- .../core/src/main/resources/views/modules/sys/menuList.html | 4 ++-- .../core/src/main/resources/views/modules/sys/moduleList.html | 4 ++-- .../core/src/main/resources/views/modules/sys/officeList.html | 2 +- .../core/src/main/resources/views/modules/sys/postList.html | 2 +- .../core/src/main/resources/views/modules/sys/roleList.html | 2 +- .../main/resources/views/modules/sys/user/empUserList.html | 2 +- .../src/main/resources/views/modules/test/testDataList.html | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/core/src/main/resources/views/modules/sys/companyList.html b/modules/core/src/main/resources/views/modules/sys/companyList.html index e64754f5..f1e5250d 100644 --- a/modules/core/src/main/resources/views/modules/sys/companyList.html +++ b/modules/core/src/main/resources/views/modules/sys/companyList.html @@ -17,7 +17,7 @@
- <#form:form id="searchForm" model="${company}" action="${ctx}/sys/company/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${company}" action="${ctx}/sys/company/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}"> <#form:hidden name="ctrlPermi" value="${ctrlPermi}"/> <#form:hidden path="companyCode" class="isReset"/> diff --git a/modules/core/src/main/resources/views/modules/sys/menuList.html b/modules/core/src/main/resources/views/modules/sys/menuList.html index 42335bcd..cbdd0a09 100644 --- a/modules/core/src/main/resources/views/modules/sys/menuList.html +++ b/modules/core/src/main/resources/views/modules/sys/menuList.html @@ -35,7 +35,7 @@
- <#form:form id="searchForm" model="${menu}" action="${ctx}/sys/menu/listData" method="post" class="form-inline hide"> + <#form:form id="searchForm" model="${menu}" action="${ctx}/sys/menu/listData" method="post" class="form-inline "> <#form:hidden path="moduleCodes" class="isReset" /> <#form:hidden path="menuCode" class="isReset"/> <#form:hidden path="sysCode" /> @@ -79,7 +79,7 @@ //# // 初始化DataGrid对象 $('#dataGrid').dataGrid({ searchForm: $('#searchForm'), - columnModel: [ + columnModel: [ {header:'${text("菜单名称")}', name:'menuNameRaw', width:200, formatter: function(val, obj, row, act){ var icon = row.menuIcon || 'fa-circle-o opa08', iconHtml = ''; if (icon.indexOf('://') != -1){ diff --git a/modules/core/src/main/resources/views/modules/sys/moduleList.html b/modules/core/src/main/resources/views/modules/sys/moduleList.html index 9af38ac5..7beb5565 100644 --- a/modules/core/src/main/resources/views/modules/sys/moduleList.html +++ b/modules/core/src/main/resources/views/modules/sys/moduleList.html @@ -16,7 +16,7 @@
- <#form:form id="searchForm" model="${module}" action="${ctx}/sys/module/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${module}" action="${ctx}/sys/module/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
@@ -50,7 +50,7 @@