Fixed: Fixed Fix account template redirection error in remote applications

This commit is contained in:
zhaojisen
2025-02-10 16:11:14 +08:00
committed by feng626
parent 9e768f4ef4
commit 4bc039185c

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: '120px'