From f72594aa29a962572843728a6dd3b5d686f86b82 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Sat, 15 Oct 2022 12:54:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E7=BC=BA=E9=99=B7=E5=88=97=E8=A1=A8=E5=B9=B3=E5=8F=B0=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E4=B8=8E=E5=88=97=E8=A1=A8=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1018053 --user=陈建星 【测试跟踪】缺陷管理-按平台筛选-列表展示字段和筛选字段不一致 https://www.tapd.cn/55049933/s/1262406 --- framework/sdk-parent/frontend/src/utils/table-constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/utils/table-constants.js b/framework/sdk-parent/frontend/src/utils/table-constants.js index b294255f07..93c3277d28 100644 --- a/framework/sdk-parent/frontend/src/utils/table-constants.js +++ b/framework/sdk-parent/frontend/src/utils/table-constants.js @@ -66,7 +66,7 @@ export function CASE_TYPE_OPTION(){ } export const ISSUE_PLATFORM_OPTION = [ - {value: LOCAL, text: 'Metersphere'}, + {value: LOCAL, text: 'Local'}, {value: TAPD, text: 'Tapd'}, {value: JIRA, text: 'JIRA'}, {value: ZEN_TAO, text: 'Zentao'},