Commit a73ec295 authored by honghy's avatar honghy Committed by wux

【后台-会员等级-查询列表】无图标的时候不要显示“加载失败”

parent 72a6bbd3
......@@ -62,7 +62,7 @@
</el-table-column>
<el-table-column width="140" :label="$t('图标')" align="center" prop="icon">
<template slot-scope="scope">
<el-image :src="scope.row.icon" style="width: 50px; height: 50px">{{ $t("") }}</el-image>
<el-image v-show="scope.row.icon" :src="scope.row.icon" style="width: 50px; height: 50px">{{ $t("") }}</el-image>
</template>
</el-table-column>
<el-table-column :label="$t('启用时间')" align="center">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment