perf: command log risk_level

This commit is contained in:
feng 2023-02-02 23:02:39 +08:00
parent 3099889cff
commit 06e7e4482c

View File

@ -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 {