Mostrando ano do jogo entre parênteses
This commit is contained in:
parent
c2804b4c91
commit
0aa4f8aad9
1 changed files with 3 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue