mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-01 15:11:16 +00:00
perf: command log risk_level
This commit is contained in:
parent
3099889cff
commit
06e7e4482c
@ -68,7 +68,7 @@ export default {
|
||||
label: this.$t('sessions.riskLevel'),
|
||||
width: '105px',
|
||||
formatter: (row, col, cellValue) => {
|
||||
const display = row['risk_level_display']
|
||||
const display = row['risk_level'].label
|
||||
if (cellValue === 0) {
|
||||
return display
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user