From 4a8c84ee9daa3925e49d516a69a7af47eb0e192c Mon Sep 17 00:00:00 2001 From: w940853815 <940853815@qq.com> Date: Wed, 8 Jan 2025 14:32:48 +0800 Subject: [PATCH] perf: Add risk change_password_add handle --- .../Table/TableFormatters/DiscoverConfirmFormatter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Table/TableFormatters/DiscoverConfirmFormatter.vue b/src/components/Table/TableFormatters/DiscoverConfirmFormatter.vue index 151263f7f..0c58172db 100644 --- a/src/components/Table/TableFormatters/DiscoverConfirmFormatter.vue +++ b/src/components/Table/TableFormatters/DiscoverConfirmFormatter.vue @@ -128,7 +128,7 @@ export default { has: !this.row.present }, { - name: 'add_account_after_change_password', + name: 'change_password_add', label: this.$t('Add account after changing password'), has: !this.row.present }