|
|
|
@ -46,15 +46,9 @@ |
|
|
|
|
<span slot="shop_label" slot-scope="text, item" style="white-space: pre-line;"> |
|
|
|
|
{{ item.shop_label }} |
|
|
|
|
</span> |
|
|
|
|
<span slot="company_name" slot-scope="text, item" style="white-space: pre-line;"> |
|
|
|
|
{{ item.company_name }} |
|
|
|
|
</span> |
|
|
|
|
<span slot="is_select_mechant" slot-scope="text, item"> |
|
|
|
|
{{ item.is_select_mechant ? '是' : '否' }} |
|
|
|
|
</span> |
|
|
|
|
<span slot="is_show_license" slot-scope="text, item"> |
|
|
|
|
{{ item.is_show_license ? '是' : '否' }} |
|
|
|
|
</span> |
|
|
|
|
<span slot="action" slot-scope="text, item"> |
|
|
|
|
<template> |
|
|
|
|
<a v-action:edit style="margin-right: 8px" @click="handleEdit(item)">编辑</a> |
|
|
|
@ -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' |
|
|
|
|