From 7d23d66ddaf052220c9dce2a8aac2ee0bae128b8 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Thu, 14 Sep 2023 09:28:45 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/api/shop_contract.ts          | 1 +
 src/views/shop_contract/index.vue | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/api/shop_contract.ts b/src/api/shop_contract.ts
index 0719b5e..597de85 100644
--- a/src/api/shop_contract.ts
+++ b/src/api/shop_contract.ts
@@ -39,6 +39,7 @@ export function apiShopDraftingcontracts(params: any) {
 export function apiShopSendMsgApi(params: any) {
     return request.get({ url: '/shop_contract/postsms', params })
 }
+
 //请求证据包下载地址
 export function contractEvidence(params: any) {
     return request.get({ url: "/shop_contract/evidence", params });
diff --git a/src/views/shop_contract/index.vue b/src/views/shop_contract/index.vue
index 8fe00aa..d4ffeba 100644
--- a/src/views/shop_contract/index.vue
+++ b/src/views/shop_contract/index.vue
@@ -92,12 +92,12 @@
             label="合同类型"
             prop="type_name"
             show-overflow-tooltip
-          /> -->
+          />
           <el-table-column
             label="证据包"
             prop="evidence_url"
             show-overflow-tooltip
-          />
+          /> -->
           <el-table-column label="签约状态" prop="status" show-overflow-tooltip>
             <template #default="{ row }">
               <span v-if="row.status" style="color: #67c23a">已签约</span>
@@ -215,7 +215,7 @@ import {
   apiShopContractDelete,
   apiShopDraftingcontracts,
   apiShopSendMsgApi,
-  contractEvidence
+  contractEvidence,
 } from "@/api/shop_contract";
 import { timeFormat } from "@/utils/util";
 import feedback from "@/utils/feedback";