fix: 自定义表头key错误
This commit is contained in:
parent
80ec51635c
commit
0552394d73
|
@ -46,7 +46,7 @@ export let CUSTOM_TABLE_HEADER = {
|
||||||
{id: 'casePassingRate', key: 'a', label: 'api_test.definition.api_case_passing_rate'},
|
{id: 'casePassingRate', key: 'a', label: 'api_test.definition.api_case_passing_rate'},
|
||||||
{id: 'status', key: 'b', label: 'api_test.definition.api_status'},
|
{id: 'status', key: 'b', label: 'api_test.definition.api_status'},
|
||||||
{id: 'createTime', key: 'c', label: 'commons.create_time'},
|
{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: [
|
API_CASE: [
|
||||||
|
|
Loading…
Reference in New Issue