From 57f46a8815b14934e475f74e0074a94a99066dbb Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Mon, 29 Jul 2024 10:51:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=A8=E5=B1=80=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=88=97=E6=9B=BF=E6=8D=A2=E4=B8=BA=E5=BC=80?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/pure/ms-table/base-table.vue | 23 ++-- .../models/setting/system/orgAndProject.ts | 4 + .../fileManagement/components/rightBox.vue | 105 ++++++++++++++---- .../organization/project/orgProject.vue | 22 ++-- .../components/systemOrganization.vue | 34 +++--- .../components/systemProject.vue | 26 ++--- .../organizationAndProject/locale/en-US.ts | 1 + .../organizationAndProject/locale/zh-CN.ts | 1 + .../pluginManager/components/pluginTable.vue | 35 +++--- .../pluginManager/components/uploadModel.vue | 1 + .../src/views/setting/system/user/index.vue | 21 ++-- frontend/src/views/setting/utils.ts | 22 ++++ 12 files changed, 188 insertions(+), 107 deletions(-) diff --git a/frontend/src/components/pure/ms-table/base-table.vue b/frontend/src/components/pure/ms-table/base-table.vue index e702d9d6a0..624c028003 100644 --- a/frontend/src/components/pure/ms-table/base-table.vue +++ b/frontend/src/components/pure/ms-table/base-table.vue @@ -129,16 +129,12 @@