mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-09 02:27:41 +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) {
|
if (!row.su_enabled) {
|
||||||
return '-'
|
return '-'
|
||||||
}
|
}
|
||||||
return row.su_method || '-'
|
return row?.su_method?.label || '-'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
protocols: {
|
protocols: {
|
||||||
|
Loading…
Reference in New Issue
Block a user