From 62360fc73da083b7aad91dc6a8c606808ceabc7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BC=9F?= <943146732@qq.com> Date: Fri, 8 Mar 2024 14:51:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataCenter/goods/Index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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',