mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 05:46:43 +08:00
勋章图片
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
style="width: 100%;height:200px;overflow-y: auto;">
|
style="width: 100%;height:200px;overflow-y: auto;">
|
||||||
<el-table-column prop="name" angin="center" label="勋章" width="80">
|
<el-table-column prop="name" angin="center" label="勋章" width="80">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<img style="width:40px;height:40px" src="/images/medal.png" alt="" srcset="">
|
<img style="width:40px;height:40px" :src="`${webBaseUrl}/images/medal.png`" alt="" srcset="">
|
||||||
<!-- <medal-img class="table-medal" style="width:46px;height:52px" :item="medal"></medal-img> -->
|
<!-- <medal-img class="table-medal" style="width:46px;height:52px" :item="medal"></medal-img> -->
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|||||||
Reference in New Issue
Block a user