From 3afee7cd49af54a70fc0063be870a1d81a317187 Mon Sep 17 00:00:00 2001 From: well Date: Wed, 18 Dec 2024 14:27:32 +0800 Subject: [PATCH] fix --- 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 fcd4433f3c..53833402b2 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 === 'Врач стационара' || 't, ad, p') { + if (g === 'Врач стационара' || g === 't, ad, p') { return true; } }