This commit is contained in:
zhaofang
2022-11-04 11:43:18 +08:00
parent 14a8947cdf
commit eec444170c

View File

@@ -47,7 +47,7 @@
<el-table :data="rules" style="width: 100%;height:200px;overflow-y: auto;">
<el-table-column prop="name" angin="center" label="勋章" width="80">
<template slot-scope="scope">
<img style="width:40px;height:40px" :src="baseUrl+medal.icon" alt="" srcset="">
<img style="width:40px;height:40px" :src="baseUrl+medal.medalIcon" alt="" srcset="">
<!-- <medal-img class="table-medal" style="width:46px;height:52px" :item="medal"></medal-img> -->
</template>
</el-table-column>