Доделала карточки

This commit is contained in:
Daria Golova
2023-06-28 18:36:53 +03:00
parent 4a35e55681
commit 88bd056bb2
6 changed files with 87 additions and 31 deletions

View File

@@ -19,8 +19,7 @@ export default {
timeCount() {
return (
this.workingHours.end.split(":")[0] -
this.workingHours.start.split(":")[0] +
1
this.workingHours.start.split(":")[0]
);
},
},