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 @@ - - - - - - - - - - - + + + + + + - - - - + + + + + + + + + + + + + + + + + {{ t('message.list.query') }} + {{ t('message.list.reset') }} + + - - - - - - - - {{ t('message.list.query') }} - {{ t('message.list.reset') }} - - - - - - - - - + + + + + + + @@ -205,19 +206,19 @@ const shortcuts = [