remove id label from wagon list card
This commit is contained in:
parent
fdb417cf13
commit
c12f3f150b
|
@ -65,7 +65,6 @@ async function remove(row) {
|
||||||
@click="navigate(row.id)"
|
@click="navigate(row.id)"
|
||||||
>
|
>
|
||||||
<template #list-items>
|
<template #list-items>
|
||||||
<VnLv label="ID" :value="row.id" />
|
|
||||||
<VnLv
|
<VnLv
|
||||||
:label="t('wagon.list.plate')"
|
:label="t('wagon.list.plate')"
|
||||||
:title-label="t('wagon.list.plate')"
|
:title-label="t('wagon.list.plate')"
|
||||||
|
|
Loading…
Reference in New Issue