diff --git a/jshERP-web/src/views/material/MaterialList.vue b/jshERP-web/src/views/material/MaterialList.vue index 95bce8657..5a3efa77c 100644 --- a/jshERP-web/src/views/material/MaterialList.vue +++ b/jshERP-web/src/views/material/MaterialList.vue @@ -171,7 +171,7 @@ -
+
@@ -276,7 +276,7 @@ width: 100, scopedSlots: { customRender: 'action' }, }, - {title: '图片', dataIndex: 'pic', width: 65, scopedSlots: { customRender: 'customPic' }}, + {title: '图片', dataIndex: 'pic', width: 60, scopedSlots: { customRender: 'customPic' }}, {title: '条码', dataIndex: 'mBarCode', width: 120}, {title: '名称', dataIndex: 'name', width: 160, scopedSlots: { customRender: 'customName' }}, {title: '规格', dataIndex: 'standard', width: 120}, @@ -486,6 +486,12 @@ @import '~@assets/less/common.less'