[WIP] Настроил фильтрацию таблицы зубной формулы
This commit is contained in:
@@ -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] +
|
||||
|
||||
Reference in New Issue
Block a user