WIP Формы создания события исправлены под input
This commit is contained in:
@@ -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 ?? ""} ${
|
||||
|
||||
Reference in New Issue
Block a user