From 402125b8142dc48a0dfa4b3a97125ca97f2de9fe Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Thu, 31 Oct 2024 19:01:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin.NET.Application.csproj | 4 - .../Admin.NET.Core/Admin.NET.Core.csproj | 2 +- Web/package.json | 2 +- Web/src/types/mitt.d.ts | 2 +- .../codeGen/component/genConfigDialog.vue | 687 +++++++++-------- .../system/database/component/addTable.vue | 721 +++++++++--------- 6 files changed, 701 insertions(+), 717 deletions(-) diff --git a/Admin.NET/Admin.NET.Application/Admin.NET.Application.csproj b/Admin.NET/Admin.NET.Application/Admin.NET.Application.csproj index e732ac1e..a2246779 100644 --- a/Admin.NET/Admin.NET.Application/Admin.NET.Application.csproj +++ b/Admin.NET/Admin.NET.Application/Admin.NET.Application.csproj @@ -29,8 +29,4 @@ - - - - diff --git a/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj b/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj index 119ac04b..6a9bab6e 100644 --- a/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj +++ b/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj @@ -45,7 +45,7 @@ - + diff --git a/Web/package.json b/Web/package.json index e0c9ed7c..334bfa53 100644 --- a/Web/package.json +++ b/Web/package.json @@ -71,7 +71,7 @@ "vue-router": "^4.4.5", "vue-signature-pad": "^3.0.2", "vue3-tree-org": "^4.2.2", - "vxe-pc-ui": "^4.2.34", + "vxe-pc-ui": "^4.2.35", "vxe-table": "^4.7.59", "vxe-table-plugin-element": "^4.0.4", "vxe-table-plugin-export-xlsx": "^4.0.7", diff --git a/Web/src/types/mitt.d.ts b/Web/src/types/mitt.d.ts index c384795d..db694f32 100644 --- a/Web/src/types/mitt.d.ts +++ b/Web/src/types/mitt.d.ts @@ -24,7 +24,7 @@ declare type MittType = { openShareTagsView?: string; onTagsViewRefreshRouterView?: T; onCurrentContextmenuClick?: T; - submitRefreshFk?:T + submitRefreshFk?: T; }; // mitt 参数类型定义 diff --git a/Web/src/views/system/codeGen/component/genConfigDialog.vue b/Web/src/views/system/codeGen/component/genConfigDialog.vue index 894e397c..32078965 100644 --- a/Web/src/views/system/codeGen/component/genConfigDialog.vue +++ b/Web/src/views/system/codeGen/component/genConfigDialog.vue @@ -1,92 +1,86 @@