mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 07:27:01 +00:00
fix: su_method undefined
This commit is contained in:
parent
455496adcf
commit
dae1fef629
@ -61,7 +61,7 @@ export default {
|
||||
if (!row.su_enabled) {
|
||||
return '-'
|
||||
}
|
||||
return row.su_method || '-'
|
||||
return row?.su_method?.label || '-'
|
||||
}
|
||||
},
|
||||
protocols: {
|
||||
|
Loading…
Reference in New Issue
Block a user