[WIP] Настроил фильтрацию таблицы зубной формулы

This commit is contained in:
DwCay
2023-06-06 16:03:47 +03:00
parent 7057f0131f
commit c161c0a5fd
6 changed files with 121 additions and 109 deletions

View File

@@ -17,7 +17,6 @@ export default {
workingHours: (state) => state.calendar.workingHours,
}),
timeCount() {
console.log(this.workingHours);
return (
this.workingHours.end.split(":")[0] -
this.workingHours.start.split(":")[0] +