From 15344f41e340f24514e899b529136db50df012e3 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Wed, 15 Jun 2022 09:39:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E3=80=90key=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=E3=80=91=E7=BC=96=E8=BE=91key=E6=89=B9=E6=AC=A1?= =?UTF-8?q?=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=85=91=E6=8D=A2=E7=A0=81=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=EF=BC=8C=E5=9C=A8=E5=85=91=E6=8D=A2=E7=A0=81=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=E7=9A=84=E5=95=86=E5=93=81=E8=8C=83=E5=9B=B4=E4=B8=AD?= =?UTF-8?q?=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=AD=97=E6=AE=B5=E2=80=9C=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/plan/key/edit.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/plan/key/edit.js b/src/pages/plan/key/edit.js index e867ba2b..bc8b4355 100644 --- a/src/pages/plan/key/edit.js +++ b/src/pages/plan/key/edit.js @@ -1246,7 +1246,7 @@ export default class acclist extends React.Component { title: '当前成本价格', prop: 'cost_price', name: 'cost_price', - width: 'auto', + width: '200px', type: 'slot' }, { @@ -1262,6 +1262,12 @@ export default class acclist extends React.Component { prop: 'official_price', width: 'auto' }, + { + title: '库存', + type: 'normal', + prop: 'quantity', + width: 'auto' + }, { title: '操作', prop: 'edit',