From b4559bf5228ad3df9c0383859c88d7913d392831 Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Mon, 8 Apr 2024 17:00:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=BA=E6=99=AF=E8=A1=A8=E6=A0=BC=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E7=BB=93=E6=9E=9C=E6=98=BE=E7=A4=BAtooltip=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1038722 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001038722 --- .../src/views/api-test/scenario/components/scenarioTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/api-test/scenario/components/scenarioTable.vue b/frontend/src/views/api-test/scenario/components/scenarioTable.vue index 3a4649374d..8dea51a440 100644 --- a/frontend/src/views/api-test/scenario/components/scenarioTable.vue +++ b/frontend/src/views/api-test/scenario/components/scenarioTable.vue @@ -774,7 +774,7 @@ titleSlotName: 'lastReportStatusFilter', dataIndex: 'lastReportStatus', slotName: 'lastReportStatus', - showTooltip: true, + showTooltip: false, showDrag: true, width: 100, },