From cc4b5183ea93fb93044b10e2f6264ec34eadcae5 Mon Sep 17 00:00:00 2001
From: feng <1304903146@qq.com>
Date: Tue, 25 Feb 2025 19:11:15 +0800
Subject: [PATCH] perf: report to iframe
---
src/components/Dialog/ReportDialog.vue | 75 +++++++++++++++++++
src/router/pam/automations.js | 4 +-
.../AccountBackupExecutionList.vue | 15 +++-
.../AccountChangeSecretExecutionList.vue | 19 +++--
.../AccountDiscover/TaskCreateUpdate.vue | 4 +-
.../AccountDiscover/TaskExecutionList.vue | 16 ++--
src/views/accounts/AccountDiscover/index.vue | 2 +-
.../AccountPush/AccountPushExecutionList.vue | 31 ++++----
.../components/AccountDiscoverDialog.vue | 11 +--
.../Asset/AssetList/components/const.js | 2 +-
src/views/pam/Account/AssetList.vue | 13 +++-
.../RiskDetect/AccountCheckExecutionList.vue | 13 +++-
12 files changed, 153 insertions(+), 52 deletions(-)
create mode 100644 src/components/Dialog/ReportDialog.vue
diff --git a/src/components/Dialog/ReportDialog.vue b/src/components/Dialog/ReportDialog.vue
new file mode 100644
index 000000000..2952f08cc
--- /dev/null
+++ b/src/components/Dialog/ReportDialog.vue
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/router/pam/automations.js b/src/router/pam/automations.js
index 4a76bb629..1238e8329 100644
--- a/src/router/pam/automations.js
+++ b/src/router/pam/automations.js
@@ -10,7 +10,7 @@ export default [
},
name: 'AccountDiscover',
meta: {
- title: i18n.t('AccountDiscoverList'),
+ title: i18n.t('AccountDiscover'),
app: 'accounts',
icon: 'discovery'
// activeMenu: '/console/accounts/automations',
@@ -43,7 +43,7 @@ export default [
name: 'AccountDiscoverTaskDetail',
hidden: true,
meta: {
- title: i18n.t('AccountDiscoverTask'),
+ title: i18n.t('AccountDiscover'),
// activeMenu: '/console/accounts/automations',
permissions: ['accounts.view_gatheraccountsautomation']
}
diff --git a/src/views/accounts/AccountBackup/AccountBackupExecution/AccountBackupExecutionList.vue b/src/views/accounts/AccountBackup/AccountBackupExecution/AccountBackupExecutionList.vue
index f7e6ebe94..188fd6c18 100644
--- a/src/views/accounts/AccountBackup/AccountBackupExecution/AccountBackupExecutionList.vue
+++ b/src/views/accounts/AccountBackup/AccountBackupExecution/AccountBackupExecutionList.vue
@@ -1,16 +1,21 @@
-
+
+
+
+