feat: remove agName
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-04-29 15:09:10 +02:00
parent b7bfb4b056
commit 1d4549439c
1 changed files with 0 additions and 12 deletions

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'),