fix: 自定义表头key错误

This commit is contained in:
chenjianxing 2021-10-27 19:33:37 +08:00 committed by jianxing
parent 80ec51635c
commit 0552394d73
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export let CUSTOM_TABLE_HEADER = {
{id: 'casePassingRate', key: 'a', label: 'api_test.definition.api_case_passing_rate'},
{id: 'status', key: 'b', label: 'api_test.definition.api_status'},
{id: 'createTime', key: 'c', label: 'commons.create_time'},
{id: 'projectName', key: '10', label: 'api_test.definition.api_project'},
{id: 'projectName', key: 'd', label: 'api_test.definition.api_project'},
],
//接口用例
API_CASE: [