We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530d3d5 commit 560b53fCopy full SHA for 560b53f
src/views/catalogue/toponimo/ToponimoList.vue
@@ -24,6 +24,12 @@
24
sorter
25
clickableRows
26
>
27
+ <template #toponimoOrig="{item}">
28
+ <td>{{ item.toponimoOrig | dashEmpty }}</td>
29
+ </template>
30
+ <template #toponimoProb="{item}">
31
+ <td>{{ item.toponimoProb | dashEmpty }}</td>
32
33
<template #dataMod="{item}">
34
<td>{{ item.dataMod | formatDate }}</td>
35
</template>
0 commit comments