From 2ee139c92ba31020db49170e85aa14ce6729a41e Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:33:46 +0800 Subject: [PATCH] perf: Change secret dashboard (#4473) * perf: Change secret dashboard * style: Modify layout --------- Co-authored-by: feng <1304903146@qq.com> Co-authored-by: zhaojisen <1301338853@qq.com> --- .../AccountChangeDashboard.vue | 13 - .../accounts/AccountChangeSecret/index.vue | 2 +- .../dashboard/ChangeSecret/AccountSummary.vue | 84 ++++++ .../dashboard/ChangeSecret/CardSummary.vue | 122 ++++++++ .../dashboard/ChangeSecret/DataSummary.vue | 92 +++++++ .../ChangeSecret/FailedAccountSummary.vue | 90 ++++++ .../dashboard/ChangeSecret/LineChart.vue | 260 ++++++++++++++++++ .../dashboard/ChangeSecret/TrendSummary.vue | 60 ++++ src/views/dashboard/ChangeSecret/index.vue | 80 ++++++ 9 files changed, 789 insertions(+), 14 deletions(-) delete mode 100644 src/views/accounts/AccountChangeSecret/AccountChangeDashboard.vue create mode 100644 src/views/dashboard/ChangeSecret/AccountSummary.vue create mode 100644 src/views/dashboard/ChangeSecret/CardSummary.vue create mode 100644 src/views/dashboard/ChangeSecret/DataSummary.vue create mode 100644 src/views/dashboard/ChangeSecret/FailedAccountSummary.vue create mode 100644 src/views/dashboard/ChangeSecret/LineChart.vue create mode 100644 src/views/dashboard/ChangeSecret/TrendSummary.vue create mode 100644 src/views/dashboard/ChangeSecret/index.vue diff --git a/src/views/accounts/AccountChangeSecret/AccountChangeDashboard.vue b/src/views/accounts/AccountChangeSecret/AccountChangeDashboard.vue deleted file mode 100644 index 2a445937a..000000000 --- a/src/views/accounts/AccountChangeSecret/AccountChangeDashboard.vue +++ /dev/null @@ -1,13 +0,0 @@ - - - - - diff --git a/src/views/accounts/AccountChangeSecret/index.vue b/src/views/accounts/AccountChangeSecret/index.vue index 6ed5c7147..abc30c9e7 100644 --- a/src/views/accounts/AccountChangeSecret/index.vue +++ b/src/views/accounts/AccountChangeSecret/index.vue @@ -18,7 +18,7 @@ export default { { title: this.$t('Overview'), name: 'AccountChangeDashboard', - component: () => import('@/views/accounts/AccountChangeSecret/AccountChangeDashboard.vue') + component: () => import('@/views/dashboard/ChangeSecret') }, { title: this.$t('AccountChangeSecret'), diff --git a/src/views/dashboard/ChangeSecret/AccountSummary.vue b/src/views/dashboard/ChangeSecret/AccountSummary.vue new file mode 100644 index 000000000..9d1d21433 --- /dev/null +++ b/src/views/dashboard/ChangeSecret/AccountSummary.vue @@ -0,0 +1,84 @@ +