From b413394a0a4bdbb2b3af67f3faf86b3b7351655a Mon Sep 17 00:00:00 2001 From: jazz <jazzxhunter@163.com> Date: 星期三, 24 八月 2022 11:20:31 +0800 Subject: [PATCH] update_202208241120_临时发送添加短信类型 --- src/pages/system/banner.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/pages/system/banner.vue b/src/pages/system/banner.vue index 9b55b29..9cfe56e 100644 --- a/src/pages/system/banner.vue +++ b/src/pages/system/banner.vue @@ -19,7 +19,12 @@ <el-table-column type="index" label="搴忓彿" align="center" width="60" /> <el-table-column label="鍥剧墖" prop="imgUrl" align="center" min-width="120"> <template slot-scope="scope"> - <el-image :src="scope.row.imgUrl" style="width:80px;height:80px" fit="contain" :preview-src-list="[scope.row.imgUrl]" /> + <el-image :src="scope.row.imgUrl" style="width:80px;height:80px" fit="contain" :preview-src-list="[scope.row.imgUrl]"> + <div slot="error" class="image-slot"> + <!-- 鍥剧墖鏄剧ず澶辫触鍥炬爣 --> + <img src="https://cube.elemecdn.com/e/fd/0fc7d20532fdaf769a25683617711png.png" style="width:80px;height:80px"> + </div> + </el-image> </template> </el-table-column> <el-table-column prop="jumpType" label="璺宠浆绫诲瀷" align="center" min-width="120"> -- Gitblit v1.8.0