From f7007b505bcb1ac311d2a72cfa2c419bbf17e31e Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 04 九月 2024 22:08:20 +0800 Subject: [PATCH] 合同图片、头像默认图片 --- src/views/system/contract/contract/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/system/contract/contract/index.vue b/src/views/system/contract/contract/index.vue index 7740bb7..1d99865 100644 --- a/src/views/system/contract/contract/index.vue +++ b/src/views/system/contract/contract/index.vue @@ -39,16 +39,16 @@ </el-row> <el-row v-if="contractList && contractList.length > 0" v-loading="loading" :gutter="20"> <el-col - :span="8" + :span="6" v-for="(item, index) in contractList" :key="index" style="margin-bottom: 10px" > <el-card :body-style="{ padding: '0px' }"> - <ImagePreview + <el-image style="width: 100%; height: 187px" fit="cover" - :src="item.attachment" + :src="require('../../../../assets/images/ht.jpg')" class="image" /> <div style="padding: 14px"> -- Gitblit v1.8.0