main^2
fanfan 6 months ago
parent 37c1ef5552
commit 40d92f28f6
  1. 7
      src/views/dataCenter/goods/Index.vue

@ -401,6 +401,13 @@ const columns = [
sorter: true,
scopedSlots: { customRender: 'profit_rate' },
},
{
title: '加价率',
width: '80px',
dataIndex: 'markup_rate',
sorter: true,
scopedSlots: { customRender: 'markup_rate' },
},
{
title: '库存',
width: '80px',

Loading…
Cancel
Save