From 224cfce90247d1bedcf8f2ad8296b4931891ceaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Tue, 13 Dec 2022 23:14:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E5=8F=B7=E9=80=89=E6=8B=A9=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/jeecgbiz/modal/JSelectBatchModal.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jshERP-web/src/components/jeecgbiz/modal/JSelectBatchModal.vue b/jshERP-web/src/components/jeecgbiz/modal/JSelectBatchModal.vue index 3b7b7332..5c0a48ff 100644 --- a/jshERP-web/src/components/jeecgbiz/modal/JSelectBatchModal.vue +++ b/jshERP-web/src/components/jeecgbiz/modal/JSelectBatchModal.vue @@ -76,11 +76,11 @@ }, categoryTree:[], columns: [ - {dataIndex: 'batchNumber', title: '批号', width: 100, align: 'left'}, - {dataIndex: 'barCode', title: '条码', width: 100}, - {dataIndex: 'name', title: '名称', width: 100}, - {dataIndex: 'standard', title: '规格', width: 80}, - {dataIndex: 'model', title: '型号', width: 80}, + {dataIndex: 'batchNumber', title: '批号', width: 100, align: 'left', ellipsis:true}, + {dataIndex: 'barCode', title: '条码', width: 100, ellipsis:true}, + {dataIndex: 'name', title: '名称', width: 100, ellipsis:true}, + {dataIndex: 'standard', title: '规格', width: 80, ellipsis:true}, + {dataIndex: 'model', title: '型号', width: 80, ellipsis:true}, {dataIndex: 'expirationDateStr', title: '有效期至', width: 80}, {dataIndex: 'totalNum', title: '库存', width: 80} ],