diff --git a/.DS_Store b/.DS_Store index 56e951d..6a1644b 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/src/views/stock/DealerOut.vue b/src/views/stock/DealerOut.vue index 679b51e..a6b2076 100644 --- a/src/views/stock/DealerOut.vue +++ b/src/views/stock/DealerOut.vue @@ -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' },