Revert "refactor(性能测试): 报告对比将当前报告的标记写在名称前边"

This reverts commit 34be7ce2
This commit is contained in:
Captain.B 2021-03-26 18:16:43 +08:00
parent ca67a3ed56
commit 1f5fc92233
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
:label="$t('commons.name')"
show-overflow-tooltip>
<template v-slot:default="scope">
<i v-if="scope.row.id === report.id" class="el-icon-star-on"></i> {{ scope.row.name }}
{{ scope.row.name }} <i v-if="scope.row.id === report.id" class="el-icon-star-on"></i>
</template>
</el-table-column>
<el-table-column