From 0a7d66dfbd5a396120c36a3dfb3c68e0ae058b7f Mon Sep 17 00:00:00 2001 From: Thien Pham Van Date: Thu, 15 Jan 2026 17:10:50 +0700 Subject: [PATCH] Changes Update MenuViewCheck --- components/menu/MenuViewRights.vue | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/components/menu/MenuViewRights.vue b/components/menu/MenuViewRights.vue index 2ab10fb..396ae29 100644 --- a/components/menu/MenuViewRights.vue +++ b/components/menu/MenuViewRights.vue @@ -25,8 +25,8 @@
{{ v[$store.lang] }}
-
- +
+ ", props.row); - const isVietnamese = computed(() => $store.lang.toLowerCase() === "vi"); const options = [ @@ -116,10 +114,6 @@ const options = [ ]; const option = ref("limit"); -const view = computed(() => { - return options.find((o) => o.code === option.value); -}); - const topmenu = ref([]); let loanRights = [];