diff --git a/src/components/AccountListTable/AccountList.vue b/src/components/AccountListTable/AccountList.vue
index d95add6ec..62ef7909f 100644
--- a/src/components/AccountListTable/AccountList.vue
+++ b/src/components/AccountListTable/AccountList.vue
@@ -294,7 +294,8 @@ export default {
},
exportOptions: {
url: this.exportUrl,
- mfaVerifyRequired: true
+ mfaVerifyRequired: true,
+ tips: this.$t('accounts.AccountExportTips')
},
importOptions: {
canImportCreate: this.$hasPerm('accounts.add_account'),
diff --git a/src/components/ListTable/TableAction/ExportDialog.vue b/src/components/ListTable/TableAction/ExportDialog.vue
index 47b429bdb..00d51b00c 100644
--- a/src/components/ListTable/TableAction/ExportDialog.vue
+++ b/src/components/ListTable/TableAction/ExportDialog.vue
@@ -17,6 +17,9 @@
@cancel="handleExportCancel()"
@confirm="handleExportConfirm()"
>
+
+ {{ tips }}
+
@@ -92,6 +95,14 @@ export default {
canExportFiltered: {
type: Boolean,
default: true
+ },
+ tips: {
+ type: String,
+ default: ''
+ },
+ tipsType: {
+ type: String,
+ default: 'success'
}
},
data() {
diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json
index d5cdbe6ee..5291405d9 100644
--- a/src/i18n/langs/en.json
+++ b/src/i18n/langs/en.json
@@ -104,6 +104,7 @@
},
"DynamicUsername": "Dynamic username",
"AutoCreate": "Auto create",
+ "AccountExportTips": "The exported information contains account secret, which involves sensitive information. The exported format is an encrypted zip file (if no encryption password is set, please go to personal information to set the file encryption password).",
"TaskID": "Task ID",
"AccountTemplate": "Account template",
"AddAccountResult": "Add account result"
diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json
index ed71c0d62..0d6259267 100644
--- a/src/i18n/langs/ja.json
+++ b/src/i18n/langs/ja.json
@@ -104,6 +104,7 @@
},
"DynamicUsername": "動的ユーザー名",
"AutoCreate": "自動作成",
+ "AccountExportTips": "エクスポート情報には機密情報を含むアカウント暗号文が含まれており、エクスポートされたフォーマットは暗号化されたzipファイルです(暗号化パスワードが設定されていない場合は、個人情報にファイル暗号化パスワードを設定してください)。",
"TaskID": "タスク ID",
"AccountTemplate": "账号模版",
"AddAccountResult": "账号批量添加结果"
diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json
index 0901f98ab..f499e4b31 100644
--- a/src/i18n/langs/zh.json
+++ b/src/i18n/langs/zh.json
@@ -17,6 +17,7 @@
"PleaseClickLeftApplicationToViewApplicationAccount": "应用账号列表,点击左侧应用进行查看",
"PleaseClickLeftAssetToViewGatheredUser": "收集用户列表,点击左侧资产进行查看",
"AutoCreate": "自动创建",
+ "AccountExportTips": "导出信息中包含账号密文涉及敏感信息,导出的格式为一个加密的zip文件(若没有设置加密密码,请前往个人信息中设置文件加密密码)。",
"AccountPush": {
"WindowsPushHelpText": "windows 资产暂不支持推送密钥",
"AccountPushList": "账号推送",