diff --git a/src/views/dataCenter/goods/Index.vue b/src/views/dataCenter/goods/Index.vue index f2acbc8..8a837ac 100644 --- a/src/views/dataCenter/goods/Index.vue +++ b/src/views/dataCenter/goods/Index.vue @@ -147,8 +147,13 @@ const columns = [ sorter: true }, { - title: '总销量', - dataIndex: 'sales_actual', + title: '商品利润', + dataIndex: 'profit', + sorter: true + }, + { + title: '商品利润率', + dataIndex: 'profit_rate', sorter: true }, { @@ -161,11 +166,6 @@ const columns = [ dataIndex: 'status', scopedSlots: { customRender: 'status' } }, - { - title: '排序', - dataIndex: 'sort', - sorter: true - }, { title: '添加时间', width: '180px',