perf: Pam execution

This commit is contained in:
feng
2025-02-24 11:47:56 +08:00
committed by feng626
parent f13e7fd1d0
commit bd4b5ec0c3
5 changed files with 8 additions and 8 deletions

View File

@@ -43,10 +43,10 @@ export default {
name: 'AccountBackupExecutionDetail',
params: { id: row.id }
}),
getTitle: ({ row }) => row['short_id'],
drawer: true,
can: this.$hasPerm('accounts.view_backupaccountexecution')
},
width: '240px'
}
},
backup_name: {
label: this.$t('DisplayName'),

View File

@@ -36,10 +36,10 @@ export default {
name: 'AccountChangeSecretExecutionDetail',
params: { id: row.id }
}),
getTitle: ({ row }) => row['short_id'],
drawer: true,
can: this.$hasPerm('accounts.view_changesecretexecution')
},
width: '240px'
}
},
change_secret_name: {
label: this.$t('DisplayName'),

View File

@@ -47,8 +47,7 @@ export default {
}),
getTitle: ({ row }) => row['short_id'],
drawer: true
},
width: '120px'
}
},
status: {
label: this.$t('Status'),

View File

@@ -42,10 +42,10 @@ export default {
name: 'AccountPushExecutionDetail',
params: { id: row.id }
}),
getTitle: ({ row }) => row['short_id'],
drawer: true,
can: this.$hasPerm('accounts.view_pushaccountexecution')
},
width: '240px'
}
},
push_user_name: {
label: this.$t('DisplayName'),

View File

@@ -44,6 +44,7 @@ export default {
name: 'AccountCheckExecutionDetail',
params: { id: row.id }
}),
getTitle: ({ row }) => row['short_id'],
drawer: true,
can: this.$hasPerm('accounts.view_checkaccountexecution')
}