diff --git a/frontend/src/views/test-plan/testPlan/components/planTable.vue b/frontend/src/views/test-plan/testPlan/components/planTable.vue index 3565cb0b1b..8edc6bca4c 100644 --- a/frontend/src/views/test-plan/testPlan/components/planTable.vue +++ b/frontend/src/views/test-plan/testPlan/components/planTable.vue @@ -359,13 +359,6 @@ showDrag: false, columnSelectorDisabled: true, }, - { - title: 'testPlan.testPlanIndex.desc', - slotName: 'desc', - showInTable: true, - width: 200, - showDrag: true, - }, { title: 'testPlan.testPlanIndex.executionResult', dataIndex: 'status',