From 95dfcbead3cdb556702e989e17f24b67deeb0cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sun, 22 Aug 2021 18:23:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/material/MaterialList.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/jshERP-web/src/views/material/MaterialList.vue b/jshERP-web/src/views/material/MaterialList.vue index 70886c85..8d0f0084 100644 --- a/jshERP-web/src/views/material/MaterialList.vue +++ b/jshERP-web/src/views/material/MaterialList.vue @@ -167,7 +167,7 @@ {title: '名称', dataIndex: 'name', width: 120}, {title: '规格', dataIndex: 'standard', width: 80}, {title: '型号', dataIndex: 'model', width: 80}, - {title: '颜色', dataIndex: 'color', width: 50}, + {title: '颜色', dataIndex: 'color', width: 60}, {title: '类别', dataIndex: 'categoryName', width: 80}, {title: '扩展信息', dataIndex: 'materialOther', width: 100}, {title: '单位', dataIndex: 'unit', width: 100, @@ -179,10 +179,10 @@ {title: '零售价', dataIndex: 'commodityDecimal', width: 70}, {title: '销售价', dataIndex: 'wholesaleDecimal', width: 70}, {title: '最低售价', dataIndex: 'lowDecimal', width: 80}, - {title: '状态', dataIndex: 'enabled', width: 60, align: "center", + {title: '状态', dataIndex: 'enabled', width: 55, align: "center", scopedSlots: { customRender: 'customRenderEnabled' } }, - {title: '序列号', dataIndex: 'enableSerialNumber', width: 60, align: "center", + {title: '序列号', dataIndex: 'enableSerialNumber', width: 55, align: "center", scopedSlots: { customRender: 'customRenderEnableSerialNumber' } }, { @@ -190,7 +190,6 @@ dataIndex: 'action', align:"center", width: 120, - fixed: 'right', scopedSlots: { customRender: 'action' }, } ],