From 1b7951e8e8b38a446f5ef2ad147cfdbbdc1e602f Mon Sep 17 00:00:00 2001 From: teukkk Date: Wed, 24 Jul 2024 18:08:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E8=AF=A6=E6=83=85-=E5=85=B3=E8=81=94?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E7=94=A8=E4=BE=8B=E6=8A=BD=E5=B1=89-CASE-?= =?UTF-8?q?=E8=A1=A8=E5=A4=B4=E5=AD=97=E6=AE=B5=E5=A2=9E=E5=8A=A0=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/business/ms-associate-case/apiCaseTable.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/components/business/ms-associate-case/apiCaseTable.vue b/frontend/src/components/business/ms-associate-case/apiCaseTable.vue index efe3b023f8..9ad8a22de4 100644 --- a/frontend/src/components/business/ms-associate-case/apiCaseTable.vue +++ b/frontend/src/components/business/ms-associate-case/apiCaseTable.vue @@ -172,6 +172,13 @@ width: 150, showDrag: true, }, + { + title: 'apiTestManagement.path', + dataIndex: 'path', + showTooltip: true, + width: 200, + showDrag: true, + }, { title: 'common.tag', slotName: 'tags',