feat: remove alertLevelCode column

This commit is contained in:
Javier Segarra 2024-05-15 15:45:08 +02:00
parent 58597bdddf
commit bb6a8c0052
1 changed files with 0 additions and 7 deletions

View File

@ -209,13 +209,6 @@ const columns = computed(() => [
sortable: true, sortable: true,
style: 'width: 100px', style: 'width: 100px',
}, },
{
name: 'alertLevelCode',
label: t('negative.detail.alertLevelCode'),
field: 'alertLevelCode',
align: 'left',
sortable: true,
},
]); ]);
const { dialogRef, onDialogHide } = useDialogPluginComponent(); const { dialogRef, onDialogHide } = useDialogPluginComponent();
const { filter } = toRefs($props); const { filter } = toRefs($props);