更改字段

main
陈伟 12 months ago
parent b424042769
commit 62360fc73d
  1. 14
      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',

Loading…
Cancel
Save