mirror of
https://github.com/jumpserver/lina.git
synced 2025-05-12 18:16:24 +00:00
Fixed: PAM Asset Detail
This commit is contained in:
parent
ad55f6f6a6
commit
1782c8af74
@ -23,13 +23,7 @@ export default {
|
||||
formatterArgs: {
|
||||
drawer: true,
|
||||
can: this.$hasPerm('assets.view_asset'),
|
||||
getTitle: ({ row }) => row.asset.name,
|
||||
getDrawerTitle: ({ row }) => row.asset.name,
|
||||
getRoute: ({ row }) => ({
|
||||
name: 'AssetDetail',
|
||||
params: { id: row.asset.id },
|
||||
query: { tab: 'Basic' }
|
||||
})
|
||||
getTitle: ({ row }) => row.asset.name
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user