From 6c942b18f3f8b16965b7c4d821e2362e89cce1e6 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Tue, 14 Jun 2022 14:41:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=8C=83=E5=9B=B4=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=96=B0=E5=A2=9E=E6=9D=83=E9=87=8D=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exchangecode/commodity/commodity.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pages/exchangecode/commodity/commodity.js b/src/pages/exchangecode/commodity/commodity.js index 594b3834..ab02c1e5 100644 --- a/src/pages/exchangecode/commodity/commodity.js +++ b/src/pages/exchangecode/commodity/commodity.js @@ -52,6 +52,13 @@ const Column = [ name: 'upstream', type: 'normal' }, + { + title: '商品权重', + width: 'auto', + prop: 'weight', + name: 'weight', + type: 'normal' + }, { title: '有效时间段', width: '500px',