fix(性能测试): 报告列表自定义表头重复显示了开始时间字段

This commit is contained in:
shiziyuan9527 2022-04-11 14:49:23 +08:00 committed by shiziyuan9527
parent d1f54a5bc6
commit fd4a2b4e20
1 changed files with 1 additions and 1 deletions

View File

@ -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'},