From b2e2a256e451315009cdbc74b3e113bda2e6bdaa Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Tue, 24 Sep 2024 16:37:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E9=9D=9E=E9=A2=84=E8=A7=88=E7=95=8C=E9=9D=A2=E7=BC=BA?= =?UTF-8?q?=E9=99=B7=E5=88=97=E8=A1=A8=E6=9C=AA=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test-plan/report/detail/component/system-card/bugTable.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/test-plan/report/detail/component/system-card/bugTable.vue b/frontend/src/views/test-plan/report/detail/component/system-card/bugTable.vue index 35e863552e..0fdc8008f9 100644 --- a/frontend/src/views/test-plan/report/detail/component/system-card/bugTable.vue +++ b/frontend/src/views/test-plan/report/detail/component/system-card/bugTable.vue @@ -125,6 +125,7 @@ return TableKeyEnum.TEST_PLAN_REPORT_BUG_TABLE_DETAIL_NOT_PREVIEW; }); const { propsRes, propsEvent, loadList, setLoadListParams } = useTable(reportBugList(), { + columns, tableKey: tableKey.value, scroll: { x: '100%' }, showSetting: props.isPreview,