Commit 58cfe951 authored by honghy's avatar honghy Committed by wux

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

parent 8aff4940
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
</el-table-column> </el-table-column>
<el-table-column width="140" :label="$t('图标')" align="center" prop="icon"> <el-table-column width="140" :label="$t('图标')" align="center" prop="icon">
<template slot-scope="scope"> <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> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('启用时间')" align="center"> <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