add unit id
This commit is contained in:
parent
739f551d74
commit
25da63fd82
|
@ -32,7 +32,7 @@ const { data, pending, error, status } = await useLazyFetch<APIBody>(`${config.p
|
|||
</template>
|
||||
<template #name-data="{ row }">
|
||||
<div class="text-wrap">
|
||||
{{ row.sn }} -
|
||||
{{ row.sn }} - {{ row.unit_id }} -
|
||||
{{ row.name }}
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue