piyangoid
This commit is contained in:
@ -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ı',
|
||||||
|
|||||||
Reference in New Issue
Block a user