fix(测试计划): 拼写导致的控制台报错

This commit is contained in:
shiziyuan9527 2021-03-02 14:10:29 +08:00
parent 140ce7c211
commit 739d194854
1 changed files with 2 additions and 2 deletions

View File

@ -83,13 +83,13 @@
<el-progress :percentage="scope.row.testRate"></el-progress>
</template>
</el-table-column>
<el-table-colum
<el-table-column
v-if="item.id == 'projectName'"
prop="projectName"
:label="$t('test_track.plan.plan_project')"
show-overflow-tooltip
:key="index">
</el-table-colum>
</el-table-column>
<el-table-column
v-if="item.id == 'plannedStartTime'"
sortable