From b77eaa21dc1236150b64ca90285a00b10de09d89 Mon Sep 17 00:00:00 2001
From: wangdong <1551135706@qq.com>
Date: Fri, 7 Jun 2024 13:27:47 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/shop/Index.vue | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/src/views/shop/Index.vue b/src/views/shop/Index.vue
index 101b75a..422ce6e 100644
--- a/src/views/shop/Index.vue
+++ b/src/views/shop/Index.vue
@@ -46,15 +46,9 @@
{{ item.shop_label }}
-
- {{ item.company_name }}
-
{{ item.is_select_mechant ? '是' : '否' }}
-
- {{ item.is_show_license ? '是' : '否' }}
-
编辑
@@ -123,26 +117,6 @@ export default {
title: '评分',
dataIndex: 'score'
},
- {
- title: '公司名称',
- width: '150px',
- dataIndex: 'company_name',
- scopedSlots: { customRender: 'company_name' }
- },
- {
- title: '法人名字',
- dataIndex: 'legal_person'
- },
- {
- title: '手机号',
- dataIndex: 'phone',
- width: '120px'
- },
- {
- title: '是否展示营业执照',
- dataIndex: 'is_show_license',
- scopedSlots: { customRender: 'is_show_license' }
- },
{
title: '累计金额',
dataIndex: 'total_amount'