#6321 - Negative ticket #158

Open
jsegarra wants to merge 197 commits from 6321_negative_tickets into dev
1 changed files with 0 additions and 7 deletions
Showing only changes of commit bb6a8c0052 - Show all commits

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);