From 82c7dfa54bd0f87ce34a408db6c03dcd69657189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Mon, 20 Sep 2021 22:37:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=89=E6=8B=A9=E5=95=86?= =?UTF-8?q?=E5=93=81=E7=9A=84=E6=97=B6=E5=80=99=E7=9A=84=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/jeecgbiz/modal/JSelectMaterialModal.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jshERP-web/src/components/jeecgbiz/modal/JSelectMaterialModal.vue b/jshERP-web/src/components/jeecgbiz/modal/JSelectMaterialModal.vue index 8f297c99..9ecf2265 100644 --- a/jshERP-web/src/components/jeecgbiz/modal/JSelectMaterialModal.vue +++ b/jshERP-web/src/components/jeecgbiz/modal/JSelectMaterialModal.vue @@ -100,8 +100,7 @@ {dataIndex: 'model', title: '型号', width: 80}, {dataIndex: 'unit', title: '单位', width: 60}, {dataIndex: 'sku', title: '多属性', width: 100}, - {dataIndex: 'skuStock', title: '多属性库存', width: 100}, - {dataIndex: 'stock', title: '商品库存', width: 100}, + {dataIndex: 'stock', title: '库存', width: 100}, {dataIndex: 'expand', title: '扩展信息', width: 80} ], scrollTrigger: {},