From 87a8b699fb7ad972fa018bd6338fd7286979a589 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Tue, 14 Jun 2022 11:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=20=E7=AB=8B=E5=87=8F=E9=87=91=E6=89=B9=E6=AC=A1?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/order/list/list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/order/list/list.js b/src/pages/order/list/list.js index 641657c8..63714936 100644 --- a/src/pages/order/list/list.js +++ b/src/pages/order/list/list.js @@ -119,9 +119,9 @@ const Column = [ }, { title: '平台批次号', - name: 'num', + name: 'channel_activity_id', type: 'normal', - prop: 'num', + prop: 'channel_activity_id', width: 'auto' }, {