diff --git a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue
index eb81ba96a5..cc3cba91d9 100644
--- a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue
+++ b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue
@@ -228,7 +228,7 @@
width="400"
trigger="hover"
>
-
{{$t('test_track.issue.preview')}}
@@ -312,6 +312,7 @@
// 'increaseIndent','decreaseIndent'
toolbar: ['heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'insertTable', '|', 'undo', 'redo'],
},
+ readConfig: {toolbar: []},
test: {},
activeTab: 'detail',
isFailure: true,
diff --git a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue
index 977d553eaa..71ed5c2a21 100644
--- a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue
+++ b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue
@@ -121,7 +121,7 @@
width="400"
trigger="hover"
>
-
{{$t('test_track.issue.preview')}}
@@ -313,6 +313,10 @@
]
},
editor: ClassicEditor,
+ editorConfig: {
+ // 'increaseIndent','decreaseIndent'
+ toolbar: [],
+ },
}
},
props: {