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