From ac9451dd1cff72d7a1ef15bfc9bc1ce2f8174086 Mon Sep 17 00:00:00 2001 From: zhaojisen <1301338853@qq.com> Date: Mon, 6 Jan 2025 15:20:29 +0800 Subject: [PATCH] Perf: Change Connect Formatter To More Higher-level Encapsulation --- .../AccountConnectFormatter.vue | 84 +++++++++++-------- src/views/pam/Account/AccountList.vue | 8 +- 2 files changed, 56 insertions(+), 36 deletions(-) diff --git a/src/components/Table/TableFormatters/AccountConnectFormatter.vue b/src/components/Table/TableFormatters/AccountConnectFormatter.vue index 012910e22..0a69b3c08 100644 --- a/src/components/Table/TableFormatters/AccountConnectFormatter.vue +++ b/src/components/Table/TableFormatters/AccountConnectFormatter.vue @@ -12,15 +12,15 @@ type="primary" @click="handlePamConnect" > - + - 可选协议 + {{ ITitleText }} @@ -31,22 +31,46 @@