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

This commit is contained in:
Captain.B 2021-03-26 18:10:00 +08:00
parent f29cad3cf0
commit 34be7ce27f
1 changed files with 1 additions and 1 deletions

View File

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