diff --git a/ui/src/views/paragraph/component/ProblemComponent.vue b/ui/src/views/paragraph/component/ProblemComponent.vue
index a15c8ef95..09001d375 100644
--- a/ui/src/views/paragraph/component/ProblemComponent.vue
+++ b/ui/src/views/paragraph/component/ProblemComponent.vue
@@ -3,7 +3,9 @@
{{ $t('views.paragraph.relatedProblem.title') }}
-
+
@@ -43,7 +45,7 @@
class="question-tag"
type="info"
effect="plain"
- closable
+ v-bind="permissionPrecise.problem_relate(id) ? {closable:true} : {} "
>
{{ item.content }}
@@ -55,9 +57,11 @@