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} ],