refactor(测试计划): 去除遗留的执行次数列

This commit is contained in:
fit2-zhao 2022-05-05 14:16:11 +08:00 committed by fit2-zhao
parent 4bd942e807
commit d1703dcea6
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ export let CUSTOM_TABLE_HEADER = {
{id: 'actualEndTime', key: 'a', label: 'test_track.plan.actual_end_time'},
{id: 'tags', key: 'b', label: 'commons.tag'},
{id: 'scheduleStatus', key: 'c', label: 'commons.trigger_mode.schedule'},
{id: 'executionTimes', key: 'd', label: 'commons.execution_times'},
{id: 'passRate', key: 'e', label: 'commons.pass_rate'},
{id: 'createUser', key: 'f', label: 'commons.create_user'},
{id: 'testPlanTestCaseCount', key: 'g', label: 'test_track.plan.test_plan_test_case_count'},