6321_negative_tickets #1371

Merged
jsegarra merged 222 commits from 6321_negative_tickets into dev 2025-02-11 09:04:31 +00:00
1 changed files with 0 additions and 12 deletions
Showing only changes of commit 1d4549439c - Show all commits

View File

@ -115,11 +115,6 @@ const tableColumnComponents = computed(() => ({
},
event: getInputEvents,
},
agName: {
component: 'span',
props: {},
event: () => ({}),
},
zoneName: {
component: 'span',
props: {},
@ -183,13 +178,6 @@ const columns = computed(() => [
align: 'left',
sortable: true,
},
{
name: 'agName',
label: t('negative.detail.agName'),
field: 'agName',
align: 'left',
sortable: true,
},
{
name: 'zoneName',
label: t('negative.detail.zoneName'),