From 0ed2101e74a95a703c77201a6a26f55a27669e6a 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, 5 Sep 2021 00:44:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E5=8D=95=E6=8D=AE=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E4=BC=98=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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/jshERP-web/src/views/material/MaterialList.vue b/jshERP-web/src/views/material/MaterialList.vue index a8d9af20..32255251 100644 --- a/jshERP-web/src/views/material/MaterialList.vue +++ b/jshERP-web/src/views/material/MaterialList.vue @@ -154,13 +154,13 @@ // 表头 columns: [ {title: '条码', dataIndex: 'mBarCode', width: '8%'}, - {title: '名称', dataIndex: 'name', width: '8%'}, - {title: '规格', dataIndex: 'standard', width: '5%'}, - {title: '型号', dataIndex: 'model', width: '5%'}, - {title: '颜色', dataIndex: 'color', width: '5%'}, - {title: '类别', dataIndex: 'categoryName', width: '5%'}, + {title: '名称', dataIndex: 'name', width: '10%'}, + {title: '规格', dataIndex: 'standard', width: '6%'}, + {title: '型号', dataIndex: 'model', width: '6%'}, + {title: '颜色', dataIndex: 'color', width: '4%'}, + {title: '类别', dataIndex: 'categoryName', width: '6%'}, {title: '扩展信息', dataIndex: 'materialOther', width: '6%'}, - {title: '单位', dataIndex: 'unit', width: '6%', + {title: '单位', dataIndex: 'unit', width: '5%', scopedSlots: { customRender: 'customRenderUnit' } }, {title: '安全存量', dataIndex: 'safetyStock', width: '5%'}, @@ -179,7 +179,7 @@ title: '操作', dataIndex: 'action', align:"center", - width: '10%', + width: '8%', scopedSlots: { customRender: 'action' }, } ],