From 33c1865bf18b3f46d4ced94352f9634f0e7d66b3 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Tue, 15 Apr 2025 12:42:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/views/modules/sys/user/empUserList.html | 2 +- .../resources/views/modules/demo/demoDataGridEditGrid.html | 3 ++- .../resources/views/modules/demo/demoDataGridGroupGrid.html | 3 ++- .../src/main/resources/views/modules/test/testDataList.html | 2 +- .../src/main/resources/views/modules/test/testTreeList.html | 3 ++- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/modules/core/src/main/resources/views/modules/sys/user/empUserList.html b/modules/core/src/main/resources/views/modules/sys/user/empUserList.html index 3885914c..1920f548 100644 --- a/modules/core/src/main/resources/views/modules/sys/user/empUserList.html +++ b/modules/core/src/main/resources/views/modules/sys/user/empUserList.html @@ -139,7 +139,7 @@ $('#dataGrid').dataGrid({ {header:'${text("状态")}', name:'status', index:'a.status', width:60, align:"center", frozen:true, formatter: function(val, obj, row, act){ return js.getDictLabel("#{@DictUtils.getDictListJson('sys_status')}", val, '未知', true); }}, - {header:'${text("操作")}', name:'actions', width:140, formatter: function(val, obj, row, act){ + {header:'${text("操作")}', name:'actions', width:143, formatter: function(val, obj, row, act){ var actions = []; //# if(hasPermi('sys:empUser:edit')){ actions.push(' '); diff --git a/modules/test/src/main/resources/views/modules/demo/demoDataGridEditGrid.html b/modules/test/src/main/resources/views/modules/demo/demoDataGridEditGrid.html index 66d06745..d9ec3f6d 100644 --- a/modules/test/src/main/resources/views/modules/demo/demoDataGridEditGrid.html +++ b/modules/test/src/main/resources/views/modules/demo/demoDataGridEditGrid.html @@ -7,8 +7,9 @@
查询 - 增行 获取表格数据 + 增行 +
diff --git a/modules/test/src/main/resources/views/modules/demo/demoDataGridGroupGrid.html b/modules/test/src/main/resources/views/modules/demo/demoDataGridGroupGrid.html index b4be5ec0..8213f42e 100644 --- a/modules/test/src/main/resources/views/modules/demo/demoDataGridGroupGrid.html +++ b/modules/test/src/main/resources/views/modules/demo/demoDataGridGroupGrid.html @@ -7,10 +7,11 @@
查询 + 统计表样例 <% if(hasPermi('test:testData:edit')){ %> 新增 <% } %> - 统计表样例 +
diff --git a/modules/test/src/main/resources/views/modules/test/testDataList.html b/modules/test/src/main/resources/views/modules/test/testDataList.html index cec0aa1c..c32f6e02 100644 --- a/modules/test/src/main/resources/views/modules/test/testDataList.html +++ b/modules/test/src/main/resources/views/modules/test/testDataList.html @@ -7,10 +7,10 @@
${text('查询')} + ${text('事务测试')} <% if(hasPermi('test:testData:edit')){ %> ${text('新增')} <% } %> - 事务测试
diff --git a/modules/test/src/main/resources/views/modules/test/testTreeList.html b/modules/test/src/main/resources/views/modules/test/testTreeList.html index 742ebd8f..e141b02d 100644 --- a/modules/test/src/main/resources/views/modules/test/testTreeList.html +++ b/modules/test/src/main/resources/views/modules/test/testTreeList.html @@ -11,9 +11,10 @@ ${text('展开')} ${text('折叠')} <% if(hasPermi('test:testTree:edit')){ %> - ${text('新增')} 修复 + ${text('新增')} <% } %> +