format created at date in user search

This commit is contained in:
einhornimmond 2025-12-04 09:02:48 +01:00
parent 757cf48fc2
commit 0171b9a84f

View File

@ -16,6 +16,10 @@
<div v-html="data.value" />
</template>
<template #cell(createdAt)="data">
{{ $d(new Date(data.value), 'long') }}
</template>
<template #cell(status)="row">
<div class="d-flex gap-3 justify-content-end align-items-center">
<div