fix(测试计划): 报告导出后性能测试用例不显示

--bug=1011685 --user=李玉号 【测试跟踪】-测试计划报告 导出后 性能测试用例不显示
https://www.tapd.cn/55049933/s/1126100
This commit is contained in:
shiziyuan9527 2022-03-25 14:50:10 +08:00 committed by shiziyuan9527
parent dd3734bfe3
commit 2aab6796d4
1 changed files with 1 additions and 6 deletions

View File

@ -11,7 +11,7 @@
:label="$t('commons.id')" :label="$t('commons.id')"
show-overflow-tooltip> show-overflow-tooltip>
<template v-slot:default="{row}"> <template v-slot:default="{row}">
{{ isCustomNum ? row.customNum : row.num }} {{ row.isCustomNum ? row.customNum : row.num }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
@ -94,11 +94,6 @@ export default {
} }
} }
}, },
computed: {
isCustomNum() {
return this.$store.state.currentProjectIsCustomNum;
},
},
methods: { methods: {
getFailureTestCase() { getFailureTestCase() {
if (this.isTemplate || this.isDb) { if (this.isTemplate || this.isDb) {