WIP Формы создания события исправлены под input
This commit is contained in:
@@ -137,7 +137,7 @@ export default {
|
||||
if (!this.disabled) this.$emit("close-description-card");
|
||||
},
|
||||
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