use abm.key if no label is available
This commit is contained in:
parent
85e33f8306
commit
08c7e584aa
@ -26,7 +26,7 @@ Vue.component("abm-list", {
|
|||||||
<template v-slot:row="{ item }">
|
<template v-slot:row="{ item }">
|
||||||
<td>
|
<td>
|
||||||
<router-link :to="'/abms/' + item.key">
|
<router-link :to="'/abms/' + item.key">
|
||||||
{{ item.label }}
|
{{ item.label || item.key }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user