修正【key批次】编辑key批次,新增兑换码批次,在兑换码批次的商品范围中,新增字段“库存”

This commit is contained in:
wangsongsole 2022-06-15 09:39:27 +08:00
parent c1c9395c08
commit 15344f41e3
1 changed files with 7 additions and 1 deletions

View File

@ -1246,7 +1246,7 @@ export default class acclist extends React.Component {
title: '当前成本价格',
prop: 'cost_price',
name: 'cost_price',
width: 'auto',
width: '200px',
type: 'slot'
},
{
@ -1262,6 +1262,12 @@ export default class acclist extends React.Component {
prop: 'official_price',
width: 'auto'
},
{
title: '库存',
type: 'normal',
prop: 'quantity',
width: 'auto'
},
{
title: '操作',
prop: 'edit',