Update edit.js
This commit is contained in:
parent
6b4e5edff5
commit
b542d75cf1
|
@ -783,27 +783,6 @@ export default class acclist extends React.Component{
|
|||
prop:'official_price',
|
||||
width:'auto'
|
||||
},
|
||||
{
|
||||
title: '库存数量',
|
||||
prop: 'quantity',
|
||||
name: 'quantity',
|
||||
type: "slot",
|
||||
width:'auto',
|
||||
},
|
||||
{
|
||||
title: '剩余数量',
|
||||
prop: 'stock',
|
||||
name: 'stock',
|
||||
type: "normal",
|
||||
width:'auto',
|
||||
},
|
||||
{
|
||||
title: '已使用数量',
|
||||
prop: 'usage',
|
||||
name: 'usage',
|
||||
type: "normal",
|
||||
width:'auto',
|
||||
},
|
||||
{
|
||||
title: '商品展示',
|
||||
prop: 'show_url',
|
||||
|
|
Loading…
Reference in New Issue