perf: automation 任务详情添加id

This commit is contained in:
feng
2023-08-14 18:49:18 +08:00
parent e479dbfcb5
commit 2f9e00de2e
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ export default {
],
url: `/api/v1/accounts/account-backup-plans/${this.object.id}/`,
detailFields: [
'name',
'id', 'name',
{
key: this.$t('accounts.AccountChangeSecret.RegularlyPerform'),
value: this.object.crontab,

View File

@@ -51,7 +51,7 @@ export default {
],
url: `/api/v1/accounts/change-secret-automations/${this.object.id}`,
detailFields: [
'name',
'id', 'name',
{
key: this.$t('accounts.AccountChangeSecret.Username'),
value: this.object.accounts.join(', ')

View File

@@ -51,7 +51,7 @@ export default {
],
url: `/api/v1/accounts/push-account-automations/${this.object.id}`,
detailFields: [
'name',
'id', 'name',
{
key: this.$t('accounts.AccountChangeSecret.Username'),
value: this.object.accounts.join(', ')