Update edit.js

This commit is contained in:
姜棚 2021-12-10 18:18:24 +08:00
parent 6b4e5edff5
commit b542d75cf1
1 changed files with 0 additions and 21 deletions

View File

@ -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',