fix: su_method undefined

This commit is contained in:
wangruidong 2024-07-01 16:48:30 +08:00 committed by w940853815
parent 455496adcf
commit dae1fef629

View File

@ -61,7 +61,7 @@ export default {
if (!row.su_enabled) {
return '-'
}
return row.su_method || '-'
return row?.su_method?.label || '-'
}
},
protocols: {