From e80067335467ca48cb94f03de3794ad93a45ad5d Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 13 九月 2024 16:42:38 +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