出库去掉分公司及平台展示
This commit is contained in:
@@ -107,16 +107,16 @@ const columns = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '经销商',
|
title: '经销商',
|
||||||
scopedSlots: { customRender: 'in_user' },
|
scopedSlots: { customRender: 'out_user' },
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 140
|
width: 140
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: '分公司/平台',
|
// title: '分公司/平台',
|
||||||
scopedSlots: { customRender: 'out_user' },
|
// scopedSlots: { customRender: 'out_user' },
|
||||||
align: 'center',
|
// align: 'center',
|
||||||
width: 140
|
// width: 140
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: '库变数据',
|
title: '库变数据',
|
||||||
scopedSlots: { customRender: 'number' },
|
scopedSlots: { customRender: 'number' },
|
||||||
|
|||||||
Reference in New Issue
Block a user