diff --git a/src/views/pam/AccountCheck/AccountCheckEngine.vue b/src/views/pam/AccountCheck/AccountCheckEngine.vue
index 925bb3db1..3846c3f6c 100644
--- a/src/views/pam/AccountCheck/AccountCheckEngine.vue
+++ b/src/views/pam/AccountCheck/AccountCheckEngine.vue
@@ -34,6 +34,7 @@ export default {
}
},
headerActions: {
+ hasLeftActions: false,
hasRefresh: true,
hasExport: false,
hasImport: false
diff --git a/src/views/pam/AccountCheck/AccountRiskSummary.vue b/src/views/pam/AccountCheck/AccountRiskSummary.vue
new file mode 100644
index 000000000..411bce968
--- /dev/null
+++ b/src/views/pam/AccountCheck/AccountRiskSummary.vue
@@ -0,0 +1,65 @@
+
+
+
+
+
diff --git a/src/views/pam/AccountCheck/RiskSummaryFormatter.vue b/src/views/pam/AccountCheck/RiskSummaryFormatter.vue
new file mode 100644
index 000000000..eb110d4ec
--- /dev/null
+++ b/src/views/pam/AccountCheck/RiskSummaryFormatter.vue
@@ -0,0 +1,76 @@
+
+
+
+
+ {{ getRiskLabel(k) }}: {{ v }};
+
+
+
+
+
+
+
diff --git a/src/views/pam/AccountCheck/index.vue b/src/views/pam/AccountCheck/index.vue
index 0c82bca11..b1f6b4e6e 100644
--- a/src/views/pam/AccountCheck/index.vue
+++ b/src/views/pam/AccountCheck/index.vue
@@ -17,9 +17,9 @@ export default {
submenu: [
{
title: this.$t('检查结果'),
- name: 'AccountPushList',
- hidden: !this.$hasPerm('accounts.view_pushaccountautomation'),
- component: () => import('@/views/accounts/AccountPush/AccountPushList.vue')
+ name: 'AccountRisks',
+ hidden: !this.$hasPerm('accounts.view_accountrisk'),
+ component: () => import('@/views/pam/AccountCheck/AccountRiskSummary.vue')
},
{
title: this.$t('检查任务'),