fix(测试跟踪): 用例评审用例列表去掉类型字段
--bug=1010598 --user=李玉号 【测试跟踪】-【用例评审】-关联用例-只能关联功能测试用例-用例列表显示字段类型有:功能、性能、接口并且功能用例-更多操作创建的用例类型字段显示空 https://www.tapd.cn/55049933/s/1173978
This commit is contained in:
parent
63d261ccb0
commit
dd0a18a7a2
|
@ -65,7 +65,6 @@ export const Test_Case_Review_Case_List = [
|
||||||
{id: 'num', label: i18n.t('commons.id')},
|
{id: 'num', label: i18n.t('commons.id')},
|
||||||
{id: 'name', label: i18n.t('commons.name')},
|
{id: 'name', label: i18n.t('commons.name')},
|
||||||
{id: 'priority', label: i18n.t('test_track.case.priority')},
|
{id: 'priority', label: i18n.t('test_track.case.priority')},
|
||||||
{id: 'type', label: i18n.t('test_track.case.type')},
|
|
||||||
{id: 'nodePath', label: i18n.t('test_track.case.module')},
|
{id: 'nodePath', label: i18n.t('test_track.case.module')},
|
||||||
{id: 'projectName', label: i18n.t('test_track.review.review_project')},
|
{id: 'projectName', label: i18n.t('test_track.review.review_project')},
|
||||||
{id: 'reviewerName', label: i18n.t('test_track.review.reviewer')},
|
{id: 'reviewerName', label: i18n.t('test_track.review.reviewer')},
|
||||||
|
|
|
@ -79,18 +79,6 @@
|
||||||
</template>
|
</template>
|
||||||
</ms-table-column>
|
</ms-table-column>
|
||||||
|
|
||||||
<ms-table-column
|
|
||||||
prop="type"
|
|
||||||
:field="item"
|
|
||||||
:fields-width="fieldsWidth"
|
|
||||||
:filters="typeFilters"
|
|
||||||
min-width="120px"
|
|
||||||
:label="$t('test_track.case.type')">
|
|
||||||
<template v-slot:default="scope">
|
|
||||||
<type-table-item :value="scope.row.type"/>
|
|
||||||
</template>
|
|
||||||
</ms-table-column>
|
|
||||||
|
|
||||||
<ms-table-column
|
<ms-table-column
|
||||||
prop="maintainerName"
|
prop="maintainerName"
|
||||||
:field="item"
|
:field="item"
|
||||||
|
|
Loading…
Reference in New Issue