* добавлены операции и услуги операций

* добавлена выборка и подсчет по датам для роли зав.
* переключатель ролей
* выбор отделений для роли зав.
This commit is contained in:
brusnitsyn
2026-01-22 17:58:27 +09:00
parent 8a0fdf9470
commit cb43c74a72
28 changed files with 961 additions and 143 deletions

View File

@@ -7,18 +7,13 @@ import AppHeaderRole from "./AppHeaderRole.vue";
</script>
<template>
<NFlex justify="space-between" align="center" class="px-4 w-full h-full">
<NFlex align="center">
<NButton :tag="Link" text href="/">
Метрика
</NButton>
<!-- <NDivider vertical />-->
<!-- <ReportSelectDate />-->
</NFlex>
<NFlex align="center">
<AppUserButton />
</NFlex>
</NFlex>
<div class="grid grid-cols-[auto_1fr_auto] px-4 w-full h-full">
<NButton :tag="Link" text href="/">
Метрика
</NButton>
<div></div>
<AppUserButton />
</div>
</template>
<style scoped>