refactor(接口用例): 表头字段调整

This commit is contained in:
shiziyuan9527 2021-10-26 15:41:41 +08:00 committed by 刘瑞斌
parent 77820fa0ca
commit 72c0da4c13
1 changed files with 1 additions and 1 deletions

View File

@ -57,12 +57,12 @@ export let CUSTOM_TABLE_HEADER = {
{id: 'status', key: '5', label: 'test_track.plan_view.execute_result'},
{id: 'caseStatus', key: '6', label: 'commons.status'},
{id: 'tags', key: '7', label: 'commons.tag'},
{id: 'environment', key: '10', label: 'commons.environment'},
{id: 'createUser', key: '8', label: 'api_test.creator'},
{id: 'updateTime', key: '9', label: 'api_test.definition.api_last_time'},
{id: 'createTime', key: 'a', label: 'commons.create_time'},
{id: 'projectName', key: 'c', label: 'commons.project'},
{id: 'passRate', key: 'b', label: 'commons.pass_rate'},
{id: 'environment', key: 'e', label: 'commons.environment'},
],
//场景测试
API_SCENARIO: [