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'