优化报表中列的宽度,防止换行
This commit is contained in:
@@ -183,17 +183,17 @@
|
||||
scopedSlots: { customRender: 'numberCustomRender' },
|
||||
},
|
||||
{title: '条码', dataIndex: 'barCode', width: 80},
|
||||
{title: '名称', dataIndex: 'mname', width: 120},
|
||||
{title: '规格', dataIndex: 'standard', width: 60},
|
||||
{title: '型号', dataIndex: 'model', width: 60},
|
||||
{title: '单位', dataIndex: 'mUnit', width: 60},
|
||||
{title: '名称', dataIndex: 'mname', width: 120, ellipsis:true},
|
||||
{title: '规格', dataIndex: 'standard', width: 60, ellipsis:true},
|
||||
{title: '型号', dataIndex: 'model', width: 60, ellipsis:true},
|
||||
{title: '单位', dataIndex: 'mUnit', width: 60, ellipsis:true},
|
||||
{title: '数量', dataIndex: 'operNumber', sorter: (a, b) => a.operNumber - b.operNumber, width: 60},
|
||||
{title: '单价', dataIndex: 'unitPrice', sorter: (a, b) => a.unitPrice - b.unitPrice, width: 60},
|
||||
{title: '金额', dataIndex: 'allPrice', sorter: (a, b) => a.allPrice - b.allPrice, width: 60},
|
||||
{title: '调出仓库', dataIndex: 'dname', width: 80},
|
||||
{title: '调入仓库', dataIndex: 'sname', width: 80},
|
||||
{title: '调拨日期', dataIndex: 'operTime', width: 80},
|
||||
{title: '备注', dataIndex: 'newRemark', width: 100}
|
||||
{title: '备注', dataIndex: 'newRemark', width: 100, ellipsis:true}
|
||||
],
|
||||
url: {
|
||||
list: "/depotHead/findAllocationDetail",
|
||||
|
||||
Reference in New Issue
Block a user