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 d9ab742e7e..93a3fe1322 100644 --- a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue +++ b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue @@ -216,7 +216,7 @@ width="400" trigger="hover" > - {{$t('test_track.issue.preview')}} @@ -300,6 +300,7 @@ // 'increaseIndent','decreaseIndent' toolbar: ['heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'insertTable', '|', 'undo', 'redo'], }, + readConfig: {toolbar: []}, test: {}, activeTab: 'detail', isFailure: false, 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: {