mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 09:43:32 +00:00
perf: 优化账号模版表单,在弹窗中新窗口打开
This commit is contained in:
@@ -150,6 +150,19 @@ export default {
|
||||
'date_created', 'date_updated'
|
||||
],
|
||||
columnsMeta: {
|
||||
name: {
|
||||
formatterArgs: {
|
||||
openInNewPage: true,
|
||||
getRoute({ row, col, cellValue }) {
|
||||
return {
|
||||
name: 'AccountTemplateDetail',
|
||||
params: {
|
||||
id: row.id
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
has_secret: {
|
||||
formatterArgs: {
|
||||
showFalse: false
|
||||
|
Reference in New Issue
Block a user