From c4e8ae10b99374b9428b25b56f8d3e2642717bcd Mon Sep 17 00:00:00 2001 From: well Date: Mon, 16 Dec 2024 12:12:04 +0800 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=B0=D1=80=D1=82=D0=BE=D1=82=D0=B5?= =?UTF-8?q?=D0=BA=D0=B0=20-=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=81=D1=82=D0=B0=D1=86=D0=B8=D0=BE=D0=BD=D0=B0?= =?UTF-8?q?=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l2-frontend/src/ui-cards/DirectionsHistory/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l2-frontend/src/ui-cards/DirectionsHistory/index.vue b/l2-frontend/src/ui-cards/DirectionsHistory/index.vue index 2876ab8767..fcd4433f3c 100644 --- a/l2-frontend/src/ui-cards/DirectionsHistory/index.vue +++ b/l2-frontend/src/ui-cards/DirectionsHistory/index.vue @@ -596,7 +596,7 @@ export default { }, role_can_use_stationar() { for (const g of this.$store.getters.user_data.groups || []) { - if (g === 'Врач стационара') { + if (g === 'Врач стационара' || 't, ad, p') { return true; } }