勋章图片

This commit is contained in:
lmj
2022-10-15 18:47:04 +08:00
parent b1608b78e4
commit 67f1459a15

View File

@@ -42,7 +42,7 @@
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="/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> -->
</template>
</el-table-column>