From e554eeca65332d60c76caf200ac66256e25f8f9f Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Sun, 6 Jul 2025 02:39:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E1=E3=80=81=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E5=BC=80=E5=8F=91=E7=9B=B8=E5=85=B3=20=202?= =?UTF-8?q?=E3=80=81=E4=BC=98=E5=8C=96=E8=A1=A8=E6=A0=BC=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Configuration/Database.Development.json | 2 +- .../Admin.NET.Core/Admin.NET.Core.csproj | 8 +- Web/src/components/table/search.vue | 219 +++++++++--------- .../component/editReportConfig.vue | 38 +-- .../component/reportGroupPanel/index.vue | 8 +- .../reportConfig/component/reportView.vue | 17 +- Web/src/views/system/reportConfig/index.vue | 8 +- .../views/system/reportDataSource/index.vue | 6 +- 8 files changed, 154 insertions(+), 152 deletions(-) diff --git a/Admin.NET/Admin.NET.Application/Configuration/Database.Development.json b/Admin.NET/Admin.NET.Application/Configuration/Database.Development.json index 7ea0723b..a3138590 100644 --- a/Admin.NET/Admin.NET.Application/Configuration/Database.Development.json +++ b/Admin.NET/Admin.NET.Application/Configuration/Database.Development.json @@ -4,7 +4,7 @@ // 详细数据库配置见SqlSugar官网(第一个为默认库),极力推荐 PostgreSQL 数据库 // 数据库连接字符串参考地址:https://www.connectionstrings.com/ "DbConnection": { - "EnableConsoleSql": false, // 启用控制台打印SQL + "EnableConsoleSql": true, // 启用控制台打印SQL "ConnectionConfigs": [ { //"ConfigId": "1300000000001", // 默认库标识-禁止修改 diff --git a/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj b/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj index 065e3e71..56555f83 100644 --- a/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj +++ b/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj @@ -36,9 +36,9 @@ - - - + + + @@ -56,7 +56,7 @@ - + diff --git a/Web/src/components/table/search.vue b/Web/src/components/table/search.vue index c72c8156..721a7ebf 100644 --- a/Web/src/components/table/search.vue +++ b/Web/src/components/table/search.vue @@ -1,105 +1,106 @@ @@ -205,19 +206,19 @@ const shortcuts = [