mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-13 12:26:07 +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'),
|
label: this.$t('sessions.riskLevel'),
|
||||||
width: '105px',
|
width: '105px',
|
||||||
formatter: (row, col, cellValue) => {
|
formatter: (row, col, cellValue) => {
|
||||||
const display = row['risk_level_display']
|
const display = row['risk_level'].label
|
||||||
if (cellValue === 0) {
|
if (cellValue === 0) {
|
||||||
return display
|
return display
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user