fix(测试跟踪): 用例评审关联功能用例页面去掉类型字段
--bug=1010598 --user=李玉号 【测试跟踪】-【用例评审】-关联用例-只能关联功能测试用例-用例列表显示字段类型有:功能、性能、接口并且功能用例-更多操作创建的用例类型字段显示空 https://www.tapd.cn/55049933/s/1170976
This commit is contained in:
parent
8c674fcb21
commit
5983a60e1d
|
@ -82,17 +82,6 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column
|
||||
prop="type"
|
||||
:filters="typeFilters"
|
||||
column-key="type"
|
||||
:label="$t('test_track.case.type')"
|
||||
show-overflow-tooltip>
|
||||
<template v-slot:default="scope">
|
||||
<type-table-item :value="scope.row.type"/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column
|
||||
:filters="statusFilters"
|
||||
column-key="reviewStatus"
|
||||
|
@ -196,11 +185,6 @@ export default {
|
|||
{text: 'P2', value: 'P2'},
|
||||
{text: 'P3', value: 'P3'}
|
||||
],
|
||||
typeFilters: [
|
||||
{text: this.$t('commons.functional'), value: 'functional'},
|
||||
{text: this.$t('commons.performance'), value: 'performance'},
|
||||
{text: this.$t('commons.api'), value: 'api'}
|
||||
],
|
||||
statusFilters: [
|
||||
{text: this.$t('test_track.review.prepare'), value: 'Prepare'},
|
||||
{text: this.$t('test_track.review.pass'), value: 'Pass'},
|
||||
|
|
Loading…
Reference in New Issue