From b9346c0dad8727fce46482c5ed29009717a902d0 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 25 九月 2024 14:20:39 +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