From 636630fe57a6dcb0ebb0f6fb483b5eb9344c8ec3 Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 14 Nov 2024 19:01:25 +0800 Subject: [PATCH] perf: update pam --- src/router/pam/security.js | 4 +- .../AccountCheck/AccountCheckCreateUpdate.vue | 36 ++++++++++------- .../pam/AccountCheck/AccountCheckEngine.vue | 4 +- ...CheckList.vue => AccountCheckTaskList.vue} | 40 +++++++++++++++---- src/views/pam/AccountCheck/index.vue | 24 +++++------ 5 files changed, 71 insertions(+), 37 deletions(-) rename src/views/pam/AccountCheck/{AccountCheckList.vue => AccountCheckTaskList.vue} (74%) diff --git a/src/router/pam/security.js b/src/router/pam/security.js index 7fd16893c..e1c76c2ec 100644 --- a/src/router/pam/security.js +++ b/src/router/pam/security.js @@ -16,7 +16,7 @@ export default [ { path: '', component: () => import('@/views/pam/AccountCheck/index.vue'), - name: 'AccountCheckSummary', + name: 'AccountCheckList', meta: { title: i18n.t('账号检查'), menuTitle: i18n.t('账号检查') @@ -25,7 +25,7 @@ export default [ { path: 'create', component: () => import('@/views/pam/AccountCheck/AccountCheckCreateUpdate.vue'), - name: 'AccountCheckCreate', + name: 'AccountCheckCreateUpdate', hidden: true, meta: { title: i18n.t('AccountCheckCreate') diff --git a/src/views/pam/AccountCheck/AccountCheckCreateUpdate.vue b/src/views/pam/AccountCheck/AccountCheckCreateUpdate.vue index 74ff81bc0..89717a576 100644 --- a/src/views/pam/AccountCheck/AccountCheckCreateUpdate.vue +++ b/src/views/pam/AccountCheck/AccountCheckCreateUpdate.vue @@ -5,7 +5,7 @@