mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
format created at date in user search
This commit is contained in:
parent
757cf48fc2
commit
0171b9a84f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user