修改资料会员成员的列表状态组件

This commit is contained in:
fengachen
2021-10-11 14:19:02 +08:00
parent 624d9c9bee
commit 74b0c33a55
@@ -99,6 +99,16 @@
<status-slot :statu-obj="record" :status-no="text" :status-type="true"></status-slot>
</template>
<!-- 开票-->
<template slot="status-bill" slot-scope="text,record">
<status-slot :statu-obj="record" :status-no="text" :status-type="true" status-key="bill"></status-slot>
</template>
<!-- 邮寄-->
<template slot="status-mail" slot-scope="text,record">
<status-slot :statu-obj="record" :status-no="text" :status-type="true" status-key="mail"></status-slot>
</template>
<template slot="status-pack" slot-scope="text,record">
<status-slot :statu-obj="record" :status-no="text"></status-slot>
</template>
@@ -199,13 +209,13 @@ export default {
title: '开票',
align: 'center',
dataIndex: 'makeInvoice',
scopedSlots: {customRender: 'status'}
scopedSlots: {customRender: 'status-bill'}
},
{
title: '邮寄',
align: 'center',
dataIndex: 'mail',
scopedSlots: {customRender: 'status'}
scopedSlots: {customRender: 'status-mail'}
},
{
title: '操作',