更改字段

main
陈伟 12 months ago
parent b424042769
commit 62360fc73d
  1. 14
      src/views/dataCenter/goods/Index.vue

@ -147,8 +147,13 @@ const columns = [
sorter: true sorter: true
}, },
{ {
title: '总销量', title: '商品利润',
dataIndex: 'sales_actual', dataIndex: 'profit',
sorter: true
},
{
title: '商品利润率',
dataIndex: 'profit_rate',
sorter: true sorter: true
}, },
{ {
@ -161,11 +166,6 @@ const columns = [
dataIndex: 'status', dataIndex: 'status',
scopedSlots: { customRender: 'status' } scopedSlots: { customRender: 'status' }
}, },
{
title: '排序',
dataIndex: 'sort',
sorter: true
},
{ {
title: '添加时间', title: '添加时间',
width: '180px', width: '180px',

Loading…
Cancel
Save