From bdb63b865aa1ab1ab3f842e56c3fd624c01d4c51 Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Tue, 13 Apr 2021 19:30:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dv2.9=20bugs=20(#739)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 修复资产列表协议组显示的问题 * fix: 全局组织批量更新用户禁止更新用户组 * fix: 修复网关无法克隆的Bug * fix: 修复平台列表更新bug * fix: 修复翻译问题 * fix: 修复更新管理用户账户秘钥的问题 Co-authored-by: Orange --- src/components/AssetUserTable/index.vue | 91 ++++++++++--------- src/i18n/langs/en.json | 4 + src/views/assets/Asset/AssetList.vue | 5 + .../Domain/DomainDetail/GatewayList.vue | 12 ++- .../assets/Platform/PlatformCreateUpdate.vue | 91 ++++++++----------- src/views/users/User/UserList.vue | 2 +- 6 files changed, 104 insertions(+), 101 deletions(-) diff --git a/src/components/AssetUserTable/index.vue b/src/components/AssetUserTable/index.vue index e9fb11085..4cffd2cfe 100644 --- a/src/components/AssetUserTable/index.vue +++ b/src/components/AssetUserTable/index.vue @@ -1,51 +1,52 @@ -