WIP Формы создания события исправлены под input

This commit is contained in:
Daria Golova
2022-12-27 16:36:35 +03:00
parent 84ddeb74a1
commit b5d74ab6be
5 changed files with 17 additions and 21 deletions

View File

@@ -207,7 +207,7 @@ export default {
},
methods: {
trimTime(time) {
return time.slice(11, -4);
return time.slice(11, 16);
},
composeFullName(object) {
return `${object.last_name} ${object.first_name ?? ""} ${