fix: 解决用例模板字段冲突

This commit is contained in:
guoyuqi 2021-11-01 15:57:54 +08:00 committed by 刘瑞斌
parent 146e6f1344
commit d202576339
1 changed files with 0 additions and 4 deletions

View File

@ -79,7 +79,6 @@ export let CUSTOM_TABLE_HEADER = {
{id: 'lastResult', key: 'a', label: 'api_test.automation.last_result'},
{id: 'passRate', key: 'b', label: 'api_test.automation.passing_rate'},
{id: 'createTime', key: 'c', label: 'commons.create_time'},
{id: 'projectName', key: 'd', label: 'commons.project'},
],
//用例评审
TEST_CASE_REVIEW: [
@ -174,7 +173,6 @@ export let CUSTOM_TABLE_HEADER = {
{id: 'updateTime', key: '6', label: 'api_test.automation.update_time'},
{id: 'createTime', key: 'b', label: 'commons.create_time'},
{id: 'lastResult', key: 'c', label: 'api_test.automation.last_result'},
{id: 'projectName', key: 'd', label: 'commons.project'},
],
//测试用例
TRACK_TEST_CASE: [
@ -187,8 +185,6 @@ export let CUSTOM_TABLE_HEADER = {
{id: 'createUser', key: '7', label: 'commons.create_user'},
{id: 'createTime', key: '8', label: 'commons.create_time'},
{id: 'desc', key: '9', label: 'test_track.case.case_desc'},
{id: 'projectName', key: 'c', label: 'commons.project'},
{id: 'caseStatus', key: 'd', label: 'commons.status'},
],
//缺陷列表
ISSUE_LIST: [