feat: change utils.formatDate and utils.formatTimestamp (#3583)

This commit is contained in:
dni ⚡
2025-11-26 18:54:09 +01:00
committed by GitHub
parent 5f1cfc0e37
commit f1f6af0e35
17 changed files with 71 additions and 65 deletions
+3 -1
View File
@@ -336,7 +336,9 @@
<div v-else-if="col.name == 'created_at'">
<div>
<q-tooltip anchor="top middle">
<span v-text="formatDate(props.row.created_at)"></span>
<span
v-text="utils.formatDate(props.row.created_at)"
></span>
</q-tooltip>
<span v-text="props.row.timeFrom"> </span>
</div>