perf: execution list

This commit is contained in:
feng
2025-02-20 14:40:47 +08:00
committed by feng626
parent b746e1d553
commit e89be5f278
4 changed files with 8 additions and 4 deletions

View File

@@ -45,7 +45,8 @@ export default {
}), }),
drawer: true, drawer: true,
can: this.$hasPerm('accounts.view_backupaccountexecution') can: this.$hasPerm('accounts.view_backupaccountexecution')
} },
width: '240px'
}, },
backup_name: { backup_name: {
label: this.$t('DisplayName'), label: this.$t('DisplayName'),

View File

@@ -38,7 +38,8 @@ export default {
}), }),
drawer: true, drawer: true,
can: this.$hasPerm('accounts.view_changesecretexecution') can: this.$hasPerm('accounts.view_changesecretexecution')
} },
width: '240px'
}, },
change_secret_name: { change_secret_name: {
label: this.$t('DisplayName'), label: this.$t('DisplayName'),

View File

@@ -44,7 +44,8 @@ export default {
params: { id: row.id } params: { id: row.id }
}), }),
drawer: true drawer: true
} },
width: '240px'
}, },
account_gather_name: { account_gather_name: {
label: this.$t('DisplayName'), label: this.$t('DisplayName'),

View File

@@ -44,7 +44,8 @@ export default {
}), }),
drawer: true, drawer: true,
can: this.$hasPerm('accounts.view_pushaccountexecution') can: this.$hasPerm('accounts.view_pushaccountexecution')
} },
width: '240px'
}, },
push_user_name: { push_user_name: {
label: this.$t('DisplayName'), label: this.$t('DisplayName'),