From fd4a2b4e2015ca6526fec411f3cf1be92b4b87c9 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Mon, 11 Apr 2022 14:49:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E5=88=97=E8=A1=A8=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E8=A1=A8=E5=A4=B4=E9=87=8D=E5=A4=8D=E6=98=BE=E7=A4=BA=E4=BA=86?= =?UTF-8?q?=E5=BC=80=E5=A7=8B=E6=97=B6=E9=97=B4=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/common/js/default-table-header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/common/js/default-table-header.js b/frontend/src/common/js/default-table-header.js index 40e3ee9638..6375bd3b4d 100644 --- a/frontend/src/common/js/default-table-header.js +++ b/frontend/src/common/js/default-table-header.js @@ -271,7 +271,7 @@ export let CUSTOM_TABLE_HEADER = { {id: 'userName', key: 'd', label: 'report.user_name'}, {id: 'maxUsers', key: 'e', label: 'report.max_users'}, {id: 'avgResponseTime', key: 'f', label: 'report.response_time'}, - {id: 'tps', key: 'g', label: 'report.test_start_time'}, + {id: 'tps', key: 'g', label: 'TPS'}, {id: 'testStartTime', key: 'h', label: 'report.test_start_time'}, {id: 'testEndTime', key: 'i', label: 'report.test_end_time'}, {id: 'testDuration', key: 'j', label: 'report.test_execute_time'},