Fixed: Fixed: Fixed Fix account template redirection error in remote applications

This commit is contained in:
zhaojisen
2025-02-10 16:15:42 +08:00
committed by ZhaoJiSen
parent 6ea86c7efe
commit 4a72e5aa2b

View File

@@ -65,9 +65,11 @@ export default {
columns: ['name', 'username', 'secret_type', 'privileged'],
columnsMeta: {
name: {
formatterArgs: {
route: 'AccountTemplateDetail'
}
formatter: (row) => <span>{row.name}</span>
// 暂禁用远程应用中账号模板的详情跳转
// formatterArgs: {
// route: 'AccountTemplateDetail'
// }
},
privileged: {
width: '100px'