出库去掉分公司及平台展示

This commit is contained in:
2023-10-24 15:06:29 +08:00
parent e130380d20
commit 7ccd43b4dd
2 changed files with 7 additions and 7 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -107,16 +107,16 @@ const columns = [
},
{
title: '经销商',
scopedSlots: { customRender: 'in_user' },
scopedSlots: { customRender: 'out_user' },
align: 'center',
width: 140
},
{
title: '分公司/平台',
scopedSlots: { customRender: 'out_user' },
align: 'center',
width: 140
},
// {
// title: '分公司/平台',
// scopedSlots: { customRender: 'out_user' },
// align: 'center',
// width: 140
// },
{
title: '库变数据',
scopedSlots: { customRender: 'number' },