piyangoid

This commit is contained in:
burakovec
2025-07-25 17:51:18 +03:00
parent 908e63b896
commit 36d646e0bf

View File

@ -67,6 +67,14 @@
const tableHeader = computed<Record<string, any>[]>(() => { const tableHeader = computed<Record<string, any>[]>(() => {
let header: Record<string, any>[] = [] let header: Record<string, any>[] = []
header.push({
name: 'piyangoId',
title: 'Piyango Id',
sort: true,
style: { width: '10%' }
})
if (usersStore.isAraciFirma || usersStore.isPanelUser) { if (usersStore.isAraciFirma || usersStore.isPanelUser) {
header.push({ name: 'duzenleyen', title: 'Düzenleyen' }) header.push({ name: 'duzenleyen', title: 'Düzenleyen' })
} }
@ -78,12 +86,6 @@
sort: true, sort: true,
style: { width: '15%' } style: { width: '15%' }
}, },
{
name: 'piyangoId',
title: 'Piyango Id',
sort: true,
style: { width: '10%' }
},
{ {
name: 'piyangoamac', name: 'piyangoamac',
title: 'Piyango Amacı', title: 'Piyango Amacı',