From 7e0ec9b7a6899cb47c0230231ca23924cef42c25 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 05 九月 2024 21:52:46 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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