From 7ccd43b4dd4ae3e696b31967edf439c2ddfbf20c Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Tue, 24 Oct 2023 15:06:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=BA=93=E5=8E=BB=E6=8E=89=E5=88=86?= =?UTF-8?q?=E5=85=AC=E5=8F=B8=E5=8F=8A=E5=B9=B3=E5=8F=B0=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 12292 -> 12292 bytes src/views/stock/DealerOut.vue | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.DS_Store b/.DS_Store index 56e951d8e2139cf73de0518f8c440164059d852a..6a1644b86d26ea1ce0ace632c1219cdc9c614431 100644 GIT binary patch delta 20 bcmZokXi3;mrowJ!s-s|OV7j?hrJWl9NL~h2 delta 20 bcmZokXi3;mrowJwtfOFQV6?ebrJWl9NFD}G 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' },