fix(测试跟踪): 表格名称显示错误

This commit is contained in:
shiziyuan9527 2021-03-19 16:41:41 +08:00
parent 9b16d71bae
commit 64a14107bd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<el-card class="table-card" v-loading="result.loading" body-style="padding:10px;">
<div slot="header">
<span class="title">
遗留缺陷统计
用例评审
</span>
<ms-table-button :is-tester-permission="true" v-if="!showMyCreator" icon="el-icon-view"
:content="$t('test_track.review.my_create')" @click="searchMyCreator" style="float: right"/>