refactor(接口用例): 表头字段调整
This commit is contained in:
parent
77820fa0ca
commit
72c0da4c13
|
@ -57,12 +57,12 @@ export let CUSTOM_TABLE_HEADER = {
|
||||||
{id: 'status', key: '5', label: 'test_track.plan_view.execute_result'},
|
{id: 'status', key: '5', label: 'test_track.plan_view.execute_result'},
|
||||||
{id: 'caseStatus', key: '6', label: 'commons.status'},
|
{id: 'caseStatus', key: '6', label: 'commons.status'},
|
||||||
{id: 'tags', key: '7', label: 'commons.tag'},
|
{id: 'tags', key: '7', label: 'commons.tag'},
|
||||||
{id: 'environment', key: '10', label: 'commons.environment'},
|
|
||||||
{id: 'createUser', key: '8', label: 'api_test.creator'},
|
{id: 'createUser', key: '8', label: 'api_test.creator'},
|
||||||
{id: 'updateTime', key: '9', label: 'api_test.definition.api_last_time'},
|
{id: 'updateTime', key: '9', label: 'api_test.definition.api_last_time'},
|
||||||
{id: 'createTime', key: 'a', label: 'commons.create_time'},
|
{id: 'createTime', key: 'a', label: 'commons.create_time'},
|
||||||
{id: 'projectName', key: 'c', label: 'commons.project'},
|
{id: 'projectName', key: 'c', label: 'commons.project'},
|
||||||
{id: 'passRate', key: 'b', label: 'commons.pass_rate'},
|
{id: 'passRate', key: 'b', label: 'commons.pass_rate'},
|
||||||
|
{id: 'environment', key: 'e', label: 'commons.environment'},
|
||||||
],
|
],
|
||||||
//场景测试
|
//场景测试
|
||||||
API_SCENARIO: [
|
API_SCENARIO: [
|
||||||
|
|
Loading…
Reference in New Issue