diff --git a/src/components/wordDict/DictCard.vue b/src/components/wordDict/DictCard.vue index 6b19f79..d706900 100644 --- a/src/components/wordDict/DictCard.vue +++ b/src/components/wordDict/DictCard.vue @@ -9,16 +9,9 @@ :formValue="item.WRDDICCAT" :titleValue="item.WRDDICTTL" :contentValue="item.WRDDICCON" - :isDisabled="userStore.user.role !== 'ROLE_ADMIN'" + :isDisabled="true" />