Mostrando ano do jogo entre parênteses

This commit is contained in:
Gustavo Barbosa 2025-08-13 21:41:43 -03:00
parent c2804b4c91
commit 0aa4f8aad9

View file

@ -31,6 +31,9 @@ function lojas(jogos: Jogo[]): string[] {
<template #filter="{ filterModel, filterCallback }">
<InputText type="text" v-model="filterModel.value" @input="filterCallback()" />
</template>
<template #body="{ data }">
{{ data.nome }} <span v-if="data.ano">({{ data.ano }})</span>
</template>
</Column>
<Column field="estado" sortable header="Estado" :show-filter-menu="false">