diff --git a/src/pages/plan/key/edit.js b/src/pages/plan/key/edit.js index 346f0711..34a9f563 100644 --- a/src/pages/plan/key/edit.js +++ b/src/pages/plan/key/edit.js @@ -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',