diff --git a/frontend/src/common/js/default-table-header.js b/frontend/src/common/js/default-table-header.js index 6b0637e1a9..c9ee50adb8 100644 --- a/frontend/src/common/js/default-table-header.js +++ b/frontend/src/common/js/default-table-header.js @@ -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: [