|
@@ -132,7 +132,7 @@ export default {
|
|
columns: [
|
|
columns: [
|
|
{ title: '序号', dataIndex: 'no', width: 80, align: 'center' },
|
|
{ title: '序号', dataIndex: 'no', width: 80, align: 'center' },
|
|
{ title: '产品编码', dataIndex: 'productEntity.code', scopedSlots: { customRender: 'productCode' }, width: 300, align: 'center' },
|
|
{ title: '产品编码', dataIndex: 'productEntity.code', scopedSlots: { customRender: 'productCode' }, width: 300, align: 'center' },
|
|
- { title: '产品名称', dataIndex: 'productEntity.name', align: 'center', customRender: function (text) { return text || '--' } },
|
|
+ { title: '产品名称', dataIndex: 'productEntity.name', align: 'center', width: 300, customRender: function (text) { return text || '--' } },
|
|
{ title: '剩余待下推', dataIndex: 'surplusQty', width: 150, align: 'center' },
|
|
{ title: '剩余待下推', dataIndex: 'surplusQty', width: 150, align: 'center' },
|
|
{ title: '本次下推数', scopedSlots: { customRender: 'salesNums' }, width: 150, align: 'center' },
|
|
{ title: '本次下推数', scopedSlots: { customRender: 'salesNums' }, width: 150, align: 'center' },
|
|
{ title: '单位', dataIndex: 'productEntity.unit', width: 100, align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '单位', dataIndex: 'productEntity.unit', width: 100, align: 'center', customRender: function (text) { return text || '--' } },
|