-
+
{{ $t('setting.createBackupAccount', [$t('setting.KODO')]) }}
@@ -270,7 +312,7 @@
{{ dateFormat(0, 0, minioData.createdAt) }}
-
+
{{ $t('setting.createBackupAccount', [$t('setting.MINIO')]) }}
@@ -314,7 +356,7 @@
{{ dateFormat(0, 0, sftpData.createdAt) }}
-
+
{{ $t('setting.createBackupAccount', [$t('setting.SFTP')]) }}
@@ -361,6 +403,7 @@ const ossData = ref({
varsJson: {
region: '',
endpoint: '',
+ scType: 'Standard',
},
createdAt: new Date(),
});
@@ -415,6 +458,7 @@ const s3Data = ref({
vars: '',
varsJson: {
region: '',
+ scType: 'Standard',
endpoint: '',
},
createdAt: new Date(),
@@ -429,6 +473,7 @@ const cosData = ref({
vars: '',
varsJson: {
region: '',
+ scType: 'Standard',
},
createdAt: new Date(),
});
diff --git a/frontend/src/views/setting/backup-account/operate/index.vue b/frontend/src/views/setting/backup-account/operate/index.vue
index 95325c490..cbe2bb872 100644
--- a/frontend/src/views/setting/backup-account/operate/index.vue
+++ b/frontend/src/views/setting/backup-account/operate/index.vue
@@ -117,6 +117,66 @@
{{ $t('commons.rule.requiredSelect') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -156,14 +216,14 @@
:label="$t('setting.backupDir')"
prop="backupPath"
>
-
+