调整商品列表字段的顺序

This commit is contained in:
季圣华
2022-09-26 22:59:44 +08:00
parent d1f26c2037
commit 052d5a5784

View File

@@ -244,15 +244,15 @@
{title: '销售价', dataIndex: 'wholesaleDecimal', width: 80}, {title: '销售价', dataIndex: 'wholesaleDecimal', width: 80},
{title: '最低售价', dataIndex: 'lowDecimal', width: 80}, {title: '最低售价', dataIndex: 'lowDecimal', width: 80},
{title: '备注', dataIndex: 'remark'}, {title: '备注', dataIndex: 'remark'},
{title: '状态', dataIndex: 'enabled', align: "center", width: 60,
scopedSlots: { customRender: 'customRenderEnabled' }
},
{title: '序列号', dataIndex: 'enableSerialNumber', align: "center", width: 60, {title: '序列号', dataIndex: 'enableSerialNumber', align: "center", width: 60,
scopedSlots: { customRender: 'customRenderEnableSerialNumber' } scopedSlots: { customRender: 'customRenderEnableSerialNumber' }
}, },
{title: '批号', dataIndex: 'enableBatchNumber', align: "center", width: 60, {title: '批号', dataIndex: 'enableBatchNumber', align: "center", width: 60,
scopedSlots: { customRender: 'customRenderEnableBatchNumber' } scopedSlots: { customRender: 'customRenderEnableBatchNumber' }
}, },
{title: '状态', dataIndex: 'enabled', align: "center", width: 60,
scopedSlots: { customRender: 'customRenderEnabled' }
},
{ {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',