From b542d75cf1cf99397a52e34ee69ef9d09c771744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=A3=9A?= <849005670@qq.com> Date: Fri, 10 Dec 2021 18:18:24 +0800 Subject: [PATCH] Update edit.js --- src/pages/plan/key/edit.js | 21 --------------------- 1 file changed, 21 deletions(-) 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',