批号选择页面样式优化
This commit is contained in:
parent
de1ee0c8c4
commit
224cfce902
@ -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}
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user