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',
|
prop:'official_price',
|
||||||
width:'auto'
|
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: '商品展示',
|
title: '商品展示',
|
||||||
prop: 'show_url',
|
prop: 'show_url',
|
||||||
|
|
Loading…
Reference in New Issue