商品范围列表新增权重字段

This commit is contained in:
wangsongsole 2022-06-14 14:41:16 +08:00
parent 2f205ac994
commit 6c942b18f3
1 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,13 @@ const Column = [
name: 'upstream',
type: 'normal'
},
{
title: '商品权重',
width: 'auto',
prop: 'weight',
name: 'weight',
type: 'normal'
},
{
title: '有效时间段',
width: '500px',