From 0fedd033d38a02042682d1eda941ece45f702a69 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Wed, 22 Feb 2023 16:46:09 +0800 Subject: [PATCH] perf: push account task --- src/views/accounts/AccountPush/AccountPushList.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/accounts/AccountPush/AccountPushList.vue b/src/views/accounts/AccountPush/AccountPushList.vue index 9b5988156..8a20210aa 100644 --- a/src/views/accounts/AccountPush/AccountPushList.vue +++ b/src/views/accounts/AccountPush/AccountPushList.vue @@ -63,6 +63,10 @@ export default { label: vm.$t('accounts.AccountChangeSecret.NodeAmount'), width: '80px' }, + periodic_display: { + label: vm.$t('accounts.AccountChangeSecret.TimerPeriod'), + width: '150px' + }, password_strategy_display: { label: vm.$t('accounts.AccountChangeSecret.PasswordStrategy'), width: '220px',