refactor(性能测试): 报告对比将当前报告的标记写在名称前边
This commit is contained in:
parent
f29cad3cf0
commit
34be7ce27f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue