前端icon细节优化

This commit is contained in:
QM303176530
2020-05-10 21:40:48 +08:00
parent cec6f164fb
commit 95781e858d
2 changed files with 336 additions and 335 deletions

View File

@@ -23,7 +23,7 @@
</el-table-column>
<el-table-column label="图标" min-width="140" prop="authorityName">
<template slot-scope="scope">
<i :class="`icon el-icon-${scope.row.meta.icon}`"></i>
<i :class="`el-icon-${scope.row.meta.icon}`"></i>
<span>{{scope.row.meta.icon}}</span>
</template>
</el-table-column>