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