From f2dcac91bd1a209c417609c5a55d217fa9c76713 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Fri, 17 May 2024 18:24:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92table?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/test-plan/testPlan/components/planTable.vue | 7 ------- 1 file changed, 7 deletions(-) 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',