7299_testToMaster #351

Merged
alexm merged 321 commits from 7299_testToMaster into master 2024-05-07 05:36:02 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit c856adc8d0 - Show all commits

View File

@ -7,7 +7,7 @@ import { QBtn } from 'quasar';
import FetchData from 'components/FetchData.vue';
import WorkerDescriptorProxy from 'src/pages/Worker/Card/WorkerDescriptorProxy.vue';
import { toDateHourMinSec } from 'src/filters';
import { toDateTimeFormat } from 'src/filters/date';
const { t } = useI18n();
const route = useRoute();
@ -55,7 +55,7 @@ const columns = computed(() => [
field: 'created',
label: t('Sent'),
name: 'sent',
format: (value) => toDateHourMinSec(value),
format: (value) => toDateTimeFormat(value),
},
{
align: 'left',