mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 01:36:44 +08:00
提交
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user