Filtry dziennika dyżurnych

This commit is contained in:
2022-05-21 15:37:30 +02:00
parent 20cc9132db
commit ad3e0bbd84
9 changed files with 181 additions and 141 deletions
+5
View File
@@ -25,4 +25,9 @@ declare module '@vue/runtime-core' {
filterSection: string;
isActive: boolean;
}
interface JournalSearcher {
id: string;
value: string;
}
}