fix(测试跟踪): 表格名称显示错误
This commit is contained in:
parent
9b16d71bae
commit
64a14107bd
|
@ -2,7 +2,7 @@
|
||||||
<el-card class="table-card" v-loading="result.loading" body-style="padding:10px;">
|
<el-card class="table-card" v-loading="result.loading" body-style="padding:10px;">
|
||||||
<div slot="header">
|
<div slot="header">
|
||||||
<span class="title">
|
<span class="title">
|
||||||
遗留缺陷统计
|
用例评审
|
||||||
</span>
|
</span>
|
||||||
<ms-table-button :is-tester-permission="true" v-if="!showMyCreator" icon="el-icon-view"
|
<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"/>
|
:content="$t('test_track.review.my_create')" @click="searchMyCreator" style="float: right"/>
|
||||||
|
|
Loading…
Reference in New Issue