refactor: 测试计划去掉测试方式列

This commit is contained in:
chenjianxing 2021-04-26 16:10:42 +08:00 committed by jianxing
parent fef820e0d8
commit 57c1d6398d
2 changed files with 4 additions and 14 deletions

View File

@ -243,3 +243,7 @@ alter table load_test_report
ALTER TABLE issue_template MODIFY COLUMN title varchar(64) NULL COMMENT 'Issue title';
ALTER TABLE test_case_template MODIFY COLUMN case_name varchar(64) NULL COMMENT 'Test Case Name';
-- 去掉测试方式
UPDATE system_header
SET props='[{"id":"num","label":"ID"},{"id":"name","label":"名称"},{"id":"priority","label":"用例等级"},{"id":"type","label":"类型"},{"id":"tags","label":"标签"},{"id":"nodePath","label":"所属模块"},{"id":"projectName","label":"所属项目"},{"id":"issuesContent","label":"缺陷"},{"id":"executorName","label":"执行人"},{"id":"status","label":"执行结果"},{"id":"updateTime","label":"更新时间"},{"id":"maintainer","label":"责任人"}]'
WHERE `type`='test_plan_function_test_case';

View File

@ -103,20 +103,6 @@
</template>
</el-table-column>
<el-table-column
v-if="item.id=='method'"
prop="method"
:filters="methodFilters"
column-key="method"
:label="$t('test_track.case.method')"
min-width="100px"
:key="index"
show-overflow-tooltip>
<template v-slot:default="scope">
<method-table-item :value="scope.row.method"/>
</template>
</el-table-column>
<el-table-column
v-if="item.id=='nodePath'"
prop="nodePath"