fix(测试跟踪): 修复功能用例表头显示字段没有所属项目字段却在操作显示了所属项目的缺陷

--bug=1011669 --user=王孝刚 【测试跟踪】-功能用例表头显示字段 没有所属项目 字段, 在配置已选自选字段存在
https://www.tapd.cn/55049933/s/1125730
This commit is contained in:
wxg0103 2022-03-24 16:55:46 +08:00 committed by 刘瑞斌
parent cee04ceb9f
commit abff15f86d
2 changed files with 9 additions and 9 deletions

View File

@ -49,6 +49,14 @@
:label="$t('commons.delete_user')"
min-width="120"/>
<ms-table-column
prop="projectName"
:fields-width="fieldsWidth"
:label="$t('test_track.case.project')"
v-if="publicEnable"
min-width="150px">
</ms-table-column>
<span v-for="(item, index) in fields" :key="index">
<ms-table-column
v-if="item.id === 'lastExecResult'"
@ -129,14 +137,7 @@
</template>
</ms-table-column>
<ms-table-column
prop="projectName"
:field="item"
:fields-width="fieldsWidth"
:label="$t('test_track.case.project')"
v-if="publicEnable"
min-width="150px">
</ms-table-column>
<ms-table-column
v-if="versionEnable"

View File

@ -194,7 +194,6 @@ export let CUSTOM_TABLE_HEADER = {
{id: 'tags', key: '4', label: 'commons.tag'},
{id: 'versionId', key: 'b', label: 'project.version.name', xpack: true},
{id: 'nodePath', key: '5', label: 'test_track.case.module'},
{id: 'projectName', key: 'a', label: 'test_track.review.review_project'},
{id: 'updateTime', key: '6', label: 'commons.update_time'},
{id: 'createName', key: '7', label: 'commons.create_user'},
{id: 'createTime', key: '8', label: 'commons.create_time'},