From 834739a878ea79a77641baadc285b9d40e5c48f5 Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 14 Feb 2023 14:32:26 +0800 Subject: [PATCH 1/2] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=20redis=20platfo?= =?UTF-8?q?rm=EF=BC=8C=E5=B9=B6=E4=B8=94=E5=A2=9E=E5=8A=A0=20Platform=20pr?= =?UTF-8?q?otocols?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AutoDataForm/index.vue | 2 +- src/components/DataForm/index.vue | 43 ++++++++++-- .../ProtocolSettingDialog.vue | 20 ++++-- .../FormFields/ProtocolSelector/index.vue | 23 ++++-- src/components/IBox/index.vue | 6 +- src/i18n/langs/en.json | 1 + src/i18n/langs/ja.json | 1 + src/i18n/langs/zh.json | 1 + .../GenericCreateUpdateForm/index.vue | 29 ++++---- src/router/console/users.js | 3 +- .../AccountGather/AccountGatherList.vue | 6 +- .../AccountPush/AccountPushCreateUpdate.vue | 1 - .../AccountPush/AccountPushExecutionList.vue | 7 +- .../accounts/AccountPush/AccountPushList.vue | 7 +- .../assets/Platform/PlatformCreateUpdate.vue | 18 ++--- .../Platform/PlatformDetail/Automation.vue | 6 +- .../assets/Platform/PlatformDetail/Detail.vue | 70 +++++++++++++------ src/views/assets/Platform/const.js | 3 +- .../Playbook/PlaybookDetail/Workspace.vue | 6 +- 19 files changed, 168 insertions(+), 85 deletions(-) diff --git a/src/components/AutoDataForm/index.vue b/src/components/AutoDataForm/index.vue index 8dff86e9d..ffea8d293 100644 --- a/src/components/AutoDataForm/index.vue +++ b/src/components/AutoDataForm/index.vue @@ -9,8 +9,8 @@ > - {{ button.title }} - {{ $t('common.Reset') }} - {{ $t('common.SaveAndAddAnother') }} - {{ $t('common.Submit') }} + + {{ button.title }} + + + {{ $t('common.Reset') }} + + + {{ $t('common.SaveAndAddAnother') }} + + + {{ $t('common.Submit') }} + @@ -25,6 +51,7 @@