PR-CUSTOMER #186

Merged
jsegarra merged 105 commits from :PR-CUSTOMER into dev 2024-04-19 15:55:53 +00:00
1 changed files with 2 additions and 7 deletions
Showing only changes of commit e1f8b7217a - Show all commits

View File

@ -2,7 +2,7 @@
import { useI18n } from 'vue-i18n';
import { useRoute, useRouter } from 'vue-router';
import { date } from 'quasar';
import { toDateTimeFormat } from 'src/filters/date';
import VnPaginate from 'src/components/ui/VnPaginate.vue';
@ -48,12 +48,7 @@ const toCustomerNoteCreate = () => {
{{ item.worker.user.nickname }}
</p>
<p class="color-vn-label">
{{
date.formatDate(
item?.created,
'DD-MM-YYYY HH:mm:ss'
)
}}
{{ toDateTimeFormat(item?.created) }}
</p>
jsegarra marked this conversation as resolved
Review

Duda, cuando actualicemos con dev no tendremos conflicto?

Duda, cuando actualicemos con dev no tendremos conflicto?
Review

Se reemplazo date.formatDate por las nuevas utils ubicadas en date.js

Commit: e1f8b7217a

Se reemplazo `date.formatDate` por las nuevas utils ubicadas en `date.js` Commit: https://gitea.verdnatura.es/verdnatura/salix-front/commit/e1f8b7217a1bbfa0b739f25321cefcafb1e3aed5
</div>
<h6 class="q-mt-xs q-mb-none">{{ item.text }}</h6>