From 052d5a578466c55af84190ea35e15abb9210b2ff 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, 26 Sep 2022 22:59:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=95=86=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=AD=97=E6=AE=B5=E7=9A=84=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/material/MaterialList.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jshERP-web/src/views/material/MaterialList.vue b/jshERP-web/src/views/material/MaterialList.vue index f09cb853..1409b5d1 100644 --- a/jshERP-web/src/views/material/MaterialList.vue +++ b/jshERP-web/src/views/material/MaterialList.vue @@ -244,15 +244,15 @@ {title: '销售价', dataIndex: 'wholesaleDecimal', width: 80}, {title: '最低售价', dataIndex: 'lowDecimal', width: 80}, {title: '备注', dataIndex: 'remark'}, - {title: '状态', dataIndex: 'enabled', align: "center", width: 60, - scopedSlots: { customRender: 'customRenderEnabled' } - }, {title: '序列号', dataIndex: 'enableSerialNumber', align: "center", width: 60, scopedSlots: { customRender: 'customRenderEnableSerialNumber' } }, {title: '批号', dataIndex: 'enableBatchNumber', align: "center", width: 60, scopedSlots: { customRender: 'customRenderEnableBatchNumber' } }, + {title: '状态', dataIndex: 'enabled', align: "center", width: 60, + scopedSlots: { customRender: 'customRenderEnabled' } + }, { title: '操作', dataIndex: 'action',