Merge branch 'v1.8'

This commit is contained in:
Captain.B 2021-03-26 18:13:18 +08:00
commit 8b36c3b150
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